How to track no of time Target Date field was edited
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
This article shows how to track no of time Target Date field was edited
You can try to achieve this using A4J by adding trigger Issue Update filed an action item as edit this issue by incrementing the count of custom filed in the ticket this way we can check the number of times the Target Date filed is updated please find the below solution :
Solution
You can accomplish the task by adding a new custom field and adding this to Issue screen:
create a new custom field of type Number Field
Associate this with custom field with Issue screen
Create a rule with Trigger - "When value changes for Target End"
Then select the action item as edit this issue and add the below smart value in the custom field
From the below smart field Update Count is the custom filed name
{{#=}}{{issue.Update Count}} + 1{{/}}
Save the rule , it will automatically update the value and will you see the result no of times Target Date field is updated in Ticket itself.
Was this helpful?