How to find all the ticets "resolved" by automation?

Balaji Cherukuri April 5, 2021

How to find all the ticets "resolved" by automation?

 

 

Screen Shot 2021-04-05 at 12.22.51 PM.png

1 answer

1 accepted

2 votes
Answer accepted
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 5, 2021

Hi @Balaji Cherukuri 

Have you tried to use the CHANGED operator in JQL to find this information?

First, identify the user id of the Automation for Jira user in your instance.  Then try this query:

project = myProject
AND status CHANGED BY id_for_Automation_User
TO "RESOLVED"

Please look here for more information on CHANGED:

https://support.atlassian.com/jira-core-cloud/docs/advanced-search-reference-jql-operators/

 

Best regards,

Bill

Balaji Cherukuri April 5, 2021

Thank you!

 

how to find the  `id_for_Automation_User`

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 5, 2021

One easy way to find it is with another query.  Type in this for a filter search:

assignee = Automation

When the search shows the user Automation for Jira, select it and the ID will replace the name.  That is the value you want to use.

Like Balaji Cherukuri likes this
Balaji Cherukuri April 5, 2021

Thank you!

(this is the actual problem I am trying to debug https://community.atlassian.com/t5/Jira-questions/Jira-automation-is-not-setting-the-quot-resolution-quot-field/qaq-p/1655818 if you are interested)

Suggest an answer

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

Atlassian Community Events