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

0 votes
Renee Lyons 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)".

Suggest an answer

Log in or Sign up to answer