Save attachment permissions
One answer
The 'Save Attachment' operation is a project operation. You can define
the permissions for that operations in the <permissions> block of the
<project-configuration> in the project area's process specification.
<project-configuration>
....
<permissions>
<role id="....your role....">
<project-operation id="com.ibm.team.workitem.server.saveAttachment">
<action id=".... your action(s)....">
....
</action>
</project-operation>
</role>
</permissions>
</project-configuration>
Kai
Jazz Process Component
Roman Smirak wrote:
the permissions for that operations in the <permissions> block of the
<project-configuration> in the project area's process specification.
<project-configuration>
....
<permissions>
<role id="....your role....">
<project-operation id="com.ibm.team.workitem.server.saveAttachment">
<action id=".... your action(s)....">
....
</action>
</project-operation>
</role>
</permissions>
</project-configuration>
Kai
Jazz Process Component
Roman Smirak wrote:
Hi,
how to configure permissions for "Save attachement" action?
Regards,
Roman