Forums

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

Show not all linked Issues in an closed Epic but only the linked User Stories

Josef M_ July 28, 2023

We want to look for epics which have open Stories. In the moment I can filter for closed Epics which have open linked issues (which includes also tasks, tests etc.)

But is there a possibility to make the search finer and only look for stories - so the filter shows no closed epics with open tests, tasks etc.

 

The momentary query looks like this:

Project = XY AND Issuetype = epic AND Status = closed AND issueFunction in linkedissueOf("status not in (closed, resolved)", "has epic")

 

Thanks a lot for your help.

1 answer

1 accepted

2 votes
Answer accepted
Marc - Devoteam
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.
July 28, 2023

Hi @Josef M_ 

This should be feasible by adding "and type = story"

Project = XY AND Issuetype = epic AND Status = closed AND issueFunction in linkedissueOf("status not in (closed, resolved) and type =story", "has epic")

Let me know if this fulfils your requirement

Josef M_ July 28, 2023

@Marc - DevoteamThank you so much - easy as a charm.

I did not know that you can put another query inside the "" directly - I always tried to put linkedissueOf("status not in (closed, resolved)", "type =story", "has epic") and that did not work at all.

Tahnk you very much again - made my weekend! :-)

Like Marc - Devoteam likes this

Suggest an answer

Log in or Sign up to answer