Jira JQL - Show all child tasks
问题 Hello I need some help using JQL I am trying to display all my tasks under 3 levels of Macro-Feature and/or Epic Link, as my organization look like this : - Macro Feature Epic Link (= feature) => Epic Link (= subfeature) => Tasks or directly Epic Link => Tasks I want to see both levels, how can I achieve this please ? 回答1: In pure Jira Server, it is not possible to follow the links, you will have to query issues assigned to the epic, take their issue keys or ids and build a combined query.