I want to restrict editing the Jira of certain issue type only by set of users or group.
Example: I want to allow edit the Bug issue type only Testers or certain users.
Can someone help with this ?
Hello,
You can create a separate workflow for the Bug issue type and add the jira.permission.edit.group workflow property to each status:
jira.permission.edit.group=tester-group
You can find more info here:
https://confluence.atlassian.com/adminjiraserver073/workflow-properties-861253674.html
Hi Alex,
Yes, this is what i have done. But is there any other easy way? Because i have to keep adding in each transition.
Thanks,
Santhosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you need any automation plugin which provide conditions inside the work flows. For example in Script runner, you can add condition that only a specific role can perform a transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, i have added in workflow transition conditions. But is there any other is way?
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.