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"?
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).
Hi,
You can do it using security level or custom field group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.