How to make only reporter can trigger specific workflow action?
Currently, you can define a role and add permission for this role to trigger specific work flow action.
However, my requirement is to ONLY accept the reporter of one specific work item to trigger work flow action to "close" the work item. Since every work item has its own reporter. The role method can not work for my case.
So, I am wondering what should I do to implement this?
I am considering to write a script as validator, I can get reporter of the work item in script, but how can I get current user try to modify the work item in script?
Thanks!