All issues belonging to Epic with a specific attribute value?

Hernan Guelman October 27, 2017

Let's assume:

  1. 2 Epics, each has a label = XYZ or an attribute such as "Theme" = XYZ
  2. Each Epic has 2 stories 

Goal:

  • Define query that returns the 4 stories 
  • Query should not explicitly use the Epic IDs

 

Things I tried:

* Epic Name = "abc" --> but that returns the Epics not the issues

* "Epic Link" in (DA-xxxx) --> which returns the right issues, but requires me to specify the list of Epics. (so if we add a new Epic, I need to change the query)

1 answer

0 votes
Lime Trees October 28, 2017

Hi Hernan,

I am not sure if it helps in your problem but we have plugin which have function linkFinderIssuesForEpics - it takes query or filter as parameter and returns issues for epics which fullfill this paremeter. Please take a look at documentation here

Example - you can write query: linkFinderIssuesForEpics("label = XYZ").

In case you have any questions please do not hesitate to contact us.

Regards,

LimeTrees Support Team

Hernan Guelman October 28, 2017

maybe, but I am using cloud so a plugin for server is not relevant. 

Suggest an answer

Log in or Sign up to answer