Search Epics without specific issue types in epic

Teressa Reed May 3, 2021

We have a custom 'Resource' issue type with view/edit security on that allows PMs to staff and track multiple resources assigned to project epics. We need a way to search for epics that do not have a Resource issue. Is there a way to do this through issue navigator?

1 answer

1 accepted

1 vote
Answer accepted
John Price
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.
May 6, 2021

If you have ScriptRunner, you can do something like:

issueFunction not in epicsOf("issuetype = 'Resource'")

and add other criteria.

Teressa Reed May 6, 2021

Thanks!

Like John Price likes this

Suggest an answer

Log in or Sign up to answer