It's all about the answers!

Ask a question

Save attachment permissions


Roman Smirak (3164933) | asked Jan 31 '08, 2:48 p.m.
Hi,

how to configure permissions for "Save attachement" action?

Regards,

Roman

One answer



permanent link
Kai-Uwe Maetzel (85611) | answered Jan 31 '08, 3:38 p.m.
JAZZ DEVELOPER
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:
Hi,

how to configure permissions for "Save attachement" action?

Regards,

Roman

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.