Forums

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

Including entries from more than one field in JIRA/Issue/Filter

Deleted user June 26, 2017

Hi

I'm trying to list the issues from two epics on a confluence page. If it is listing the stories from one epic, the JQL in the insert JIRA Issue/Filter looks as below:

"Epic Link" = SPA-4 AND fixVersion = "1.0"   

I would like to include stories in both SPA-4 and SPA-5, which are epics as part of my project. What ist the JQL query?

Thanks,

L

2 answers

0 votes
Thomas Schlegel
Community Champion
June 26, 2017

Hi Laura,

try that:

("Epic Link" = SPA-4 OR "Epic Link" = SPA-5) AND fixVersion = "1.0"

0 votes
Nic Brough -Adaptavist-
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.
June 26, 2017

Try

"Epic Link" = SPA-4 or "Epic Link" = SPA-5

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events