How to make workitem readonly at particular state for ALL but not for few users?
How to make a workitem readonly for all users at particular state, but few selective users should still be able to add attachment at that state?
|
One answer
Ralph Schoon (63.6k●3●36●46)
| answered Apr 18 '17, 7:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 18 '17, 7:16 a.m. We only support "read only" configurable for a role. Options are
Both are working only on individual attribute level.
You could create a custom advisor that prevents saving the work item based on some other criteria e.g. like https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ does.
|
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.
Comments
How to make all workitem attributes readonly for all users at particular state, but few selective users should still be able to add attachment at that state?
Who are these "selective uses"? How to identify them?
These are the DBA's, only they should be able to upload some attachments to the workitem once the workitem moves to closed state. No other users should be able to edit any attribute in workitem at closed state