Save attachment permissions
One answer
![](http://jazz.net/_images/myphoto/613d7de5ff19782cdb65a899a978d2f7.jpg)
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