Draft WI can only be edited by Submitter
Hello All,
I have a scenario where i have a Issue WI and the state transition happens form uninitialized -> Draft -> Submitted
The draft status is meant for saving the WI while all the information can be gathered and then it can be Submitted which changes the status to Submitted.
Is there any way I can restrict other users to edit or view the draft issue
|
Accepted answer
Ralph Schoon (63.4k●3●36●46)
| answered Apr 27 '17, 2:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 27 '17, 2:50 a.m. Unless using some custom automation and access groups, you can not prevent others from seeing the work item.
RTC uses role based permissions to control modifications. There is no role "Submitter" or "Owner" etc. So you would have to create a customization to achieve this. https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ explains such a customization. Based on that example you could prevent any save if the save is issued in the draft state if it is issued by a user other than the submitter (check creator attribute).
Pankaj Sharma 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.