Is there anyyhing we can do to hide issues for a specific role in a project in different status.
For ex I got statuses: to do - approve - Work - approve - done
And i need issue in the statuses approve be visible only for the project role "Approvers". And Approvers see only issue in the status approve.
How it can be done? I was thinking about properties. Maybe using postfunctions and issue security levels, but cant understand how we can do this
Hi @Stanislav ,
you should put in place an automatic setting of Issue Security. You should define two Issue security roles :
On the workflow, you need to set automatically the issue security to "authorization" through a post function in all tranistions that allow to move into approve status.
Remember that, in order to make them visible again, the transition from approve to any other status should automatically move back the value of issue security to "public".
Hope this could be a feasible suggestion,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.