Query to Find all Epics where the Epic Name is Different from the Summary

Anand_Saini May 5, 2020

I have been struggling to find a way to segregate all the EPICS where the Epic Name & Summary are Different

1 answer

1 vote
Muhammad Ramzan_Atlassian Certified Master_
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.
May 6, 2020

You can easily achieve this by using :  JQL Search Extensions for Jira & reports

 

here is the query

 

issue not in fieldsHaveSameValue("summary", "Epic Name") and type=epic

It will get all of those epics where summary and epic name are different. 

Anand_Saini May 6, 2020

Thank you so much Muhammad, is there a way to do it without any plugins ?

kkundi May 6, 2020

Unfortunately as per my knowledge no. Let's  see other experts  opinion 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events