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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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