The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Search Epics without specific issue types in epic

Teressa Reed
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
May 6, 2021

If you have ScriptRunner, you can do something like:

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

and add other criteria.

Teressa Reed
Contributor
May 6, 2021

Thanks!

Like John Price likes this