I need to find all Epics that have linked other specific issue types.
For example, I want to find all the Epics that have at least the highlighted issue type and in a specific state.
Thanks in advance
Hi @Natalia Sevillano ,
You should run the query as issuetype = "PS Spec and Development" AND status = "YOUR STATUS" AND "Epic Link" = "YOUR EPIC LINK"
Something like the above should help
@Sam Bartolome thanks for your help but I don't need to find an specific Epic link, I am looking to find ALL epics that have at least one issuetype = "PS Spec and Development"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use "Epic Link" IS NOT EMPTY to display all issues where there is an Epic linked to it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.