How to find all opens epic when all issues its close.

Andrey Ozerov September 27, 2017

How to find all opens epic with all issues its closed.

I think it can be realised with cicle

 

1 answer

0 votes
Peter DeWitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 27, 2017

Andrey, Scriptrunner can handle this with the following query:

issuefunction in epicsOf("status = closed and epiclink in (a,b,c,)")

If you don't have scriptrunner you could take the last part of the above, status = closed and epiclink in (a,b,c,) and run that.  That would at least give you a lisk of the epiclinks for the Eics you are looking for.

Andrey Ozerov September 27, 2017

Hi, Peter, thank you for answer, but i think its not then i seaching.

I change description.

issuefunction in epicsOf("status = closed and epiclink in (a,b,c,)") - thise i most know epic-links. I cant to know it

Suggest an answer

Log in or Sign up to answer