i have just 1 issuetype in a project with multiple issuetypes that I am looking to lock down the ability to edit the Due Date to a specific role.
Hi Dawn,
I can't think of any feature out of the box that would be so granular to tail this permission down to only a specific Issue type.
There are some 3rd party apps that can help with it, I think adding a scriptrunner "behaviour" mapped to this project/issue type would b e the easiest way of achieving it.
Thanks,
Melo
Thank you Melo, I have Scriptrunner and I have been researching how I can use Behaviours to make this work but I just have not been successful. Any Scriptrunner users out there that can help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dawn,
I think this example on the scriptrunner documentation can help you
https://scriptrunner.adaptavist.com/latest/jira/tutorials/labs/behaviours-activity.html
But the steps would be something like
- Create a behaviour
- Add mapping project and issue type
- Add Due date and make read only
- Add a condition with except the role you want to be able to edit it.
Please let me know if that worked.
Cheers,
Melo
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.