Finding Epic who's issues are a specific version

Joe Harmon May 11, 2020

I am running jira server 8.5.1 and have scriptrunner.  I apologize but I am new to scriptrunner.  I am trying to find a way to do a JQL query where I can find all Epics who's issues are set a specific fix versions.  Not all of the epics are tagged with a fix version and I need to fix that and find all of the epics.  Can anyone help with the query?

Let me give a little more context.  I assume that I am supposed to be using the episOf function.  If I do the following it works:

issueFunction in epicsOf("fixVersion = 12")

If I try and do multiple fix versions it doesn't work:

issueFunction in epicsOf("fixVersion in ("DD 1.1.1", "DD 1.2.2"))

doesn't seem to like spaces but that is just a guess by me

1 answer

1 accepted

0 votes
Answer accepted
Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
May 12, 2020

Hi, try to use single quotes instead

issueFunction in epicsOf(' <subquery with spaces and doble quotes here>')

 

Regards

Joe Harmon May 12, 2020

Yeah that was it

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events