Forums

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

How to get the list of Issues with the same Summary?

janakiraman P February 7, 2024

Hi,

We are developing a report which should find the duplicate summary (contains same summary in different tickets).
Are there any possibilities to achieve this using JQL?

Thanks in advance.

1 answer

0 votes
Nikola Perisic
Community Champion
February 7, 2024

Hello @janakiraman P 

Yes,you can use the query: summary ~ "<summary goes here>"

Screenshot 2024-02-07 at 12.50.48.png

janakiraman P February 7, 2024

Hi @Nikola Perisic - Many thanks for your quick response.

I need a query to find all the duplicate summaries without providing the value like below.
summary ~ "<summary goes here>"


Kindly note: we can achieve this in MySQL with the following query
SELECT summary, COUNT(summary)
FROM issues
GROUP BY summary
HAVING COUNT(summary) > 1;

Do we have any other option in built-in JQL to fetch the similar summary list?

Thanks.

Like janakiraman P likes this

Suggest an answer

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

Atlassian Community Events