Forums

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

How do I query for list of Epics where the epic’s story has a fix version = xyz

Deleted user June 28, 2018

 How do I query for list of Epics where the epic’s story has a fix version = xyz

 

 

thanks

1 answer

1 accepted

0 votes
Answer accepted
Ollie Guan
Community Champion
June 28, 2018

Hi @[deleted],

Using a plugin (script runner) it's pretty easy.

JQL: issueFunction in epicsOf("issuetype = story and fixversion = xyz")

you can refer to:

https://community.atlassian.com/t5/Jira-Software-questions/How-to-I-get-a-list-of-Epics-that-have-Issues-linked-to-them/qaq-p/682847

Hope this helps.

Deleted user June 29, 2018

Thanks Ollie. This helped a lot. 

 

To anyone using this: 

If your fix version is more than one word you need to use single quote around it. See here:

issueFunction in epicsOf ("issuetype='User Story' AND Fixversion='xyz version number'")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events