Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to capture issue transition date of existing issues in JIRA through Automation

Shubham R
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 8, 2024

I know we can set automation rules that will work on the issues that are getting updated after making the automation live for them, is there any way we can run the automation rule for existing issues?

In particular, I need to capture the date of a workflow transition for Defects created on a board from Jan'24 to Mar'24

2 answers

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 8, 2024

Hi @Shubham R 

That information is in the issue history, but it is difficult to access using automation rules.  This is one reason marketplace addons often help with this need. 

 

It may be possible to get that date using an automation rule, but first let's check the extent of this need:

  • Create a JQL query to find the issues of interest and which do not have that transition date preserved.  If it is fewer than about 10 issues, it may be easier to do this manually by reviewing each issue's history and manually recording the date.
  • If there are more than 100 issues, check how actively they have been updated.  If they have had more than 100 updates each, they cannot be checked using an automation rule, as described below.
  • If there are more than 500 issues, I recommend talking to your site admin about the possibility of using a marketplace addon for this update / refresh...even if it is only for a trial period.

 

Assuming there are several issues, and they have not had too many updates, a rule could be built as follows:

  • trigger: scheduled once per day, checking if the update field is empty
  • action: use the Send Web Request action to call the REST API function to get the change log histories
  • smart value condition: check if the call succeeded
  • action: create a variable to capture the date, parsing the {{webhookResponse}} to find the date in the histories
  • smart value condition: check if the date was found
  • action: edit issue, to save the date value

This rule could be allow to run until all of the values are captured, and then the rule could be disabled.

Kind regards,
Bill

0 votes
Ditte Simard
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 8, 2024

Hi @Shubham R !

I would recommend using the "Scheduled" trigger to immediately run the automation on all of your existing issues.  After the automation has been run, you should change the trigger to be what would work best for your use case (maybe keep it as Scheduled but make it less frequent, change the trigger to be when the issue transitions to a specific state, and so on).

I hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events