How to make workitem readonly at particular state for ALL but not for few users?
One answer
We only support "read only" configurable for a role. Options are
- By type and state
- By Condition
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.
Comments
Pravin Patil
Apr 17 '17, 3:03 p.m.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?
Donald Nong
Apr 17 '17, 10:03 p.m.Who are these "selective uses"? How to identify them?
Pravin Patil
Apr 18 '17, 11:48 a.m.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