Permissions

Lars-Erik Sandberg March 10, 2014

Is it possible to create a user that don't have possibility to read open issues, but have access to them as soon as they have status "In Progress", and after that has possibility to change status to "Resolved"?

4 answers

1 accepted

1 vote
Answer accepted
Henning Tietgens
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.
March 10, 2014

You could create a security level which permitts the user to see issues with this security level. You have to assign this security level to the issue while creating the issue (either by hand or automatically if it's the default security level or via a postfunction). While transitioning the issue from Open to In Progress the security level could be removed (either by hand or via a postfunction).

0 votes
Nadir MEZIANI
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.
March 10, 2014

Hi,

You can do it using security level or custom field group.

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 10, 2014

Status based permissions don't exist in jira out of the box. You need to provide read permissions as they are validated first and then workflow conditions come into play.

0 votes
codelab expert
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.
March 10, 2014

You should have a look at https://marketplace.atlassian.com/plugins/com.fca.jira.plugins.workflowToolbox.workflow-toolbox

There are some validators which should help you.

Suggest an answer

Log in or Sign up to answer