Hi Community,
I want to write JQL query for Start Date and Close Date so that I can use them in single Jira automation rule.
For example: Date format - mm/dd/yyyy
Conditions:
So, I want to set the date of Revised Date field based on combination of Start Date, Close Date, and Phase field value.
Please guide if we can achieve the above conditions using JQL or something can be configured using Scriptrunner.
Thanks
With the automation, have action to edit issue and set the value of 'Revised date' to {{issue.customfield_xxxx.minusDays(1)}} matching the startdate/close date field id with the combination of conditions matching your business logic.
Thank you so much for your message. It helped.
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.