Can the default security level of an issue change depending on the user type?

Deleted user June 6, 2012

We are beginning to let users into JIRA and we are trying to make it so when a client creates an issue they can see it. But when a employee creates an issue their default security setting is so that the client cannot see it. We are trying to make it idiot proof so that the employee will actively have to make it viewable to the client.

1 answer

0 votes
Dieter
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.
June 6, 2012
You could add a transition named "Open for client" to the open state. This transition contains a post function that changes the security level programmatically to the proper level for clients. There exist plugins for that or you can do it using the Groovy Script Runner post function. There is sample code here: http://blogs.onresolve.com/?p=140

You should add a condition to the transition so only the reporter and member of the employees group/role can execute the transition. So of course my solution requires your employees either grouped in a Jira group or role (e.g. Developers).

You could also consider to add an ANDed condition which also checks if the security level is not set to the proper security level. But this would also be another nice question on answers ;)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events