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: 

Epic linked issues by customfield

Jan Sękara
October 26, 2016

Hi,

I have a customfield on EPIC and need to find all issues connected to this epic (via epic link) by it's customfield.


How can I do this?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Renee Lyons
Contributor
November 1, 2016

Unless I'm misunderstanding you, a quick JQL search (Issues > Search for Issues > toggle to Advanced)  should get you what you need:

"Epic Link" = ABC-123 AND CustomField = Value

"CustomField = Value" might change depending on your field type; if it's a text field, you'd want "CustomField ~ searchterm". You might want "CustomField in (Value 1, Value 3)".