Forums

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

How to search for Issues with the same Summary?

Nice AtlassianLicenses August 17, 2021

Hi, 

We have multiple Test Excisions created in Xray via an automation too,l which all have the same Summary. I'm looking for a way to find the latest one, which will enable me to delete all the rest. Does anyone have an idea? 

Thanks!

Dorit

1 answer

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.
August 17, 2021

Hi @Nice AtlassianLicenses 

With built-in JQL, probably the closest you can do to solve this is create a JQL query, sorted by summary and then created date, then look at the last one in the list.

project = myProject 
AND summary ~ "text I am looking for"
ORDER BY Summary ASC, Created ASC

Best regards,
Bill

Nice AtlassianLicenses August 19, 2021

Many thanks for your answer Bill!

Our situation is a bit more complex since I don't know the names of the Test Executions, and we have tens of thousands of them. I think maybe I'll need to take a different approach to deleting them and not losing the data.

Thanks again!

Best Regards,

Dorit

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.0
TAGS
AUG Leaders

Atlassian Community Events