Hi,
I would like to set an automation that will populate into custom field "Original Due Date" field value from Due Date, but only when it was first provided (initially planned).
Meaning:
Due Date field was empty and Due Date field value is updated for the very first time, the value of Due Date should be populated to "Original Due Date" field.
I have created a rule that copies Due Date to "Original Due Date" when issue is created, however Due Date field is not required, therefore this rule is not sufficient, as Due Date might be provided later.
I do not want to update Original Due Date when Due Date is updated (when value was once provided).
I am wondering if there is possibility to get to such smart value that holds information about first ever due date provided for issue?
I managed to do this with a help of this article:
https://confluence.atlassian.com/automationkb/automation-for-jira-how-to-create-a-rule-that-is-only-executed-if-a-field-was-set-from-an-empty-value-to-a-non-empty-value-1189494740.html
You could simply add a check to your automation to check whether 'Original Due Date' is empty and only copy the value over if it is.
See example below (In my example I copy 'Start Date' to a custom field called Date 1)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.