The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We have an issue type called "Severity" which is for Sev1 alarms that needs to be escalated instantly, I'm trying to restrict creation of items with this type by user group (Named Group X)
I found a solution ( https://community.atlassian.com/t5/Jira-questions/ScriptRunner-How-To-Restrict-Issue-Type-Creation-By-Groups/qaq-p/1804874#U2039374 )
but it is targeted towards JIra server/ Data center
Is there a solution for this issue?
For your requirement, you could try to configure a Post-Function to change the Issue Type if the group is not the correct one.
Alternatively, you could use a validator that checks if the user belongs to a group and the issuetype = XXX and, if not, stop the transition and raise an Error message about it.
I hope this helps to answer your question. :)
Thank you and Kind regards,
Ram
Hey @Ram Kumar Aravindakshan _Adaptavist_ ! It looks like it might work as a solution, but since i'm just learning groovy, is there a code snippet or something i could use as an example?
Thank you so much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.