Is there a behaviour to stop certain users from creating old issue types?
We dont use some issue types now, but cannot delete them due to existing issues. Is there a way to allow onto one user group to create the old issue types?
Thanks
Hey @Rob B ,
Saw that you are trying to limit issue type based on user group. You can check this community post for a sample on how you can achieve that.
Essentially, use " groupManager " and specify groups:
In this scenario, you will need to use the Behaviour Initialiser instead of the Server-Side Behaviour.
And the groups that are going to be tested is the jira-administrators group and the Developers group.
To invoke the groups you want to use, you will need to use the groupManager and specify the group names you want to use
Hope this helps.
Sean
Kindly refer below link for restricting issue type with behaviour in Jira.
Please Vote and Accept my answer if it helps.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this use with User Groups that i have created?
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.