What would be the smart value to set a date specific to the following: On the 15th Day of Next Month
Situation: When a work item is marked "Done" it creates a clone. The clone needs the Due date to be set to the 15th day of the next month (regardless of the date the original work item was moved to Done)
I'm drawing a blank. Thanks.
That is possible using the date / time functions, chaining them together for the various parts you describe. For example, start with the {{issue.duedate}} and set / increment the pieces needed by adding the functions to the end.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
Kind regards,
Bill
Just following up to check if this answered your question. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill. This was helpful. We're using a combination of things:
now = from the date of status change
issue.duedate = from the date in the Due Date Field (Also include a validation checking in case there is no data in the field)
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.