Hello,
In my system we are using a calibration dates for every device in our system. Also we are givin points to the our device. I want to change the calibration date with chosen answer. At the bottom you can see the screenshot for that.
The work flow we be
First step I will choose Performans Puan Kategorisi (A,B,C one of them)
Second step If I choose "A" ı want to change Planlanan Denetim Tarihi (its based on "Son Denetim Tarihi") This change will be "Son Denetim Tarihi" + 1 year
That rule will change with every choose ( with A it will be 1 year, B 2 years, C etc.)
@Kağan ARDIL how are you ?
You can make this using a rule in Automation. :)
Trigger ->Field value changed (select the fields "Performans Puan Kategorisi", "Planlanan Denetim Tarihi" and "Son Denetim Tarihi"
New condition -> compares the value of the field "Performans Puan Kategorisi" and set value to a create variable (in the case i will named of "varVariable
") of automation
varVariable
= 1varVariable
= 2varVariable
= 3(something like this )
Then you can use the variable to do something like this in your field
{{issue.DATE_TO_SET.plusYears(varVariable.asNumber).format("yyyy-MM-dd")}}
Note, here i am add Months, no
I don't know which language do you use in your jira, so maybe you be need to adjust the solution :)
I hope I helped you.
If this post was helpful, mark it as "Accept Answer" , so you can help others who may have the same difficulties.
If your question has not been resolved, please post again with more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.