Is there any way in a Jira that would make below request happen ;
If high risk is selected, enter 7 days from today (e.g. 8/22/18) in a due date field.
If moderate risk is selected, enter 30 days from today (e.g. 9/14/18) in a due date field.
If low risk is selected, enter 90 days from today (e.g 11/13/18) in a due date field.
Thank you.
Hello @Elif Alverson
Out of the box you can't do it. But if you have paid plugins installed then it's piece of cake.
For your requirement, I would suggest Behavior module of ScriptRunner plugin.
https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html
We do have script runner plugin. Do you have any example scripts that I can use for this request.
If the risk custom field is high, due date will be auto selected 7 days from ticket created
If the risk custom field is moderate, due date will be auto selected 30 days from ticket created
If the risk custom field is low, due date will be auto selected 90 days from ticket created
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Elif Alverson
There are plenty of samples available, as you are looking to set due date based on a custom field value.
Sample similar to your requirement
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.