[RTC] How to restrict Close Workitem transition to Creator or Owner of the workitem
We need to restrict certain workflow actions to the workitem creator or the current owner. We have already checked the Permissions and see that these are applicable only to the roles.
Ideally, we would like to avoid having to code and try to use the built-in feature.
Would appreciate any suggestions on how this scenario may be achieved.
Ideally, we would like to avoid having to code and try to use the built-in feature.
Would appreciate any suggestions on how this scenario may be achieved.
2 answers
I believe you would have to write your own custom pre-condition to handle this.
There is a work item to provide this functionality: Add special "owner" and "creator" roles, that specifies what the "owner" and "creator" respectively of an object can do to the object (88779)
Please feel free to add a comment to this work item indicating your interest/support.
There is a work item to provide this functionality: Add special "owner" and "creator" roles, that specifies what the "owner" and "creator" respectively of an object can do to the object (88779)
Please feel free to add a comment to this work item indicating your interest/support.
Hi Geoffrey,
Thanks for the link. I have written a comment there indicating my support.
Since custom pre-condition seems to be the only way to go, we gave this a try too.
However, we seem to have hot a road block with retrieving the currently logged in users id/name using Javascript. Any ideas?
Regards,
Priya
Thanks for the link. I have written a comment there indicating my support.
Since custom pre-condition seems to be the only way to go, we gave this a try too.
However, we seem to have hot a road block with retrieving the currently logged in users id/name using Javascript. Any ideas?
Regards,
Priya