Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Permission and security

Stanislav
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 28, 2021

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

1 answer

1 accepted

1 vote
Answer accepted
Fabio Racobaldo _Herzum_
Community Champion
April 28, 2021

Hi @Stanislav ,

you should put in place an automatic setting of Issue Security. You should define two Issue security roles :

  • public - accessible for all roles in your project
  • authorization - accessible just for "Approvers" role

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 

Suggest an answer

Log in or Sign up to answer