Role and state based workitem accessibility.
Hello All,
I am trying to implement an usecase where i want to restrict the accessibility of the workitem in some state for a particular Role, Suppose our workflow have 5 states say s1,s2,s3.s4,s5.Then i want the person having role(i.e Team member) can access the workitem only in s4 and s5 and remaining s1,s2 and s3 sates he can't open the workitem.
Please share your thoughts.
Thanks in advance.
Regards,
Pankaj Kumar
One answer
This is not possible, for various reasons. https://rsjazz.wordpress.com/2016/02/02/setting-access-control-permissions-for-work-items/ explains what can be done and also the limitations. The major limitation to any extensibility solution is that a user can not save a work item, if the user has no read access.