How to restrict adding/modifying/ removing attachments based on status
Hi All,
I want to restrict the user to add / modify / remove the attachments under links tab based on specific status.
Is it require a server plugin to implement this feature?
|
Accepted answer
Ralph Schoon (63.4k●3●36●46)
| answered Mar 15 '16, 3:59 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, this requires a work item save advisor that you have to implement that check on work item save if there are changes to the attachments and if this should be allowed. https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ is a simple advisor that could be used as starting point. Please note, you will have to compare the attachments in the old state and the new state to find out if there are changes and what they are.
Balamurugan Selvarasu selected this answer as the correct answer
|
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.