The question title has enough info. I am running
Thank you very much!
Hi Sidney,
Sadly you cannot achieve the desired search using standard features on Jira, you must go for a third-party app instead. Using i.e. JQL Booster Pack you can type the following:
1) Search for issues with a specific type of link to a specific project
issue IN linkedIssuesOf(' project = "My Awesome Project" ', 'relates to')
(*) Note that this is just an example, you must tune above query to fit your needs.
Using this app you can also query other issues relations, check:
References:
Hope this helps you to create awesome queries <3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.