Hi Team,
We have a requirement to update a custom filed "Due Date Provided On" with the date on which "Due Date" field is populated.
Below is the actual requirement, how can we implement this?
| Case | “Due Date” field in JIRA | “Due Date Provided On” field in JIRA |
| XYZ-123 is created with no Due Date | <empty> | <empty> |
| User A adds the Due Date of 1-Jan-2020 to XYZ-123 on the 31-Oct-2019 | 01/01/2020 | 31/10/2019 |
| User B deletes the Due Date on the 5-Nov-2019 | <empty> | 31/10/2019 |
| User A adds the new Due Date of 5-Jan-2020 to XYZ-123 on the 10-Nov-2019 | 05/01/2020 | 10/11/2019 |