About the summary name and EPIC name

Venkatesan Andila Muthukumarasamy April 20, 2018

In my project, I need to find a list of EPIC's which has different text on 'EPIC Name' & 'Summary name'. Mostly we tried to keep the same name on both the places, like

Summary Name - Homepage for a product

EPIC Name - Homepage for a product 

However I would like to see the EPIC which has different names like

Summary Name - Homepage for a product

EPIC Name - Home Page for a product 

I tried with the below query, it doesn't work,

issuetype = Epic and project = "XXXX" and "Epic Name" != "Summary"

1 answer

0 votes
Fazila Ashraf
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 21, 2018

Hi @Venkatesan Andila Muthukumarasamy

I do not think that it is possible with JIRA directly.

You could use the jqltricks plugin https://www.j-tricks.com/jql-tricks-plugin.html for this. It has an issue function called  "hasSameValues(Field1, Field2, [Field3] .. [Field n])"

Venkatesan Andila Muthukumarasamy April 23, 2018

Thanks Fazila.

I used the issue function. However i getting the error, when I run the query "Unable to find JQL function 'hasSameValues("assignee", "reporter")

I think I need to reach out to JIRA support team to have the necessary plugins to install.

Suggest an answer

Log in or Sign up to answer