The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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 Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Fabio Racobaldo _Catworkx_
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