Hi team,
Is there any way to restrict the users to not able to change the issue type during workflow transition?
In my case we have statuses like ToDo, Inprogress and submission etc.. So up to statuses Todo or Inprogress users are allowed to change the issue type but once status moved to submission stage restrict the users from changing the issue type.
Can someone help me how to achieve this requirement? If we can achieve this via script runner please share the sample script.
Regards,
Kanaka
You can use the workflow properties for the submissions status.
You can click on the submission status > and click on the properties there you can add following values. So that only specific group are allowed to move issue on submission status. Here you can mention any group only who can move the issue to change the issue type.
Property Key: jira.permission.move.group
Property Value: jira-administrators
Pls Accept the answer if you find it helpful
I would use a behaviour to do this. Take a look at this script on the adaptavist library https://library.adaptavist.com/entity/restrict-issue-types
You should be able to adapt the if function to be based off of status instead of user role.
Thanks,
Tim
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.