Getting Linked issues by link type

Aakash Patel March 29, 2021

I am trying to get list of Jiras in the project that are specifically in "Is Related To" linking section and NOT in "relates" section of ticket. Can someone please help? 

I am trying and cant seem to get desired results using below query.

project = XXX AND issueLinkType = "is related to" and type = story

 

1 answer

0 votes
Mirek
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 29, 2021

Hmm.. I guess that you need to simply find all issues that are using specific link and not using other..

issueLinkType in ("is related to") and issueLinkType not in (relates)

Suggest an answer

Log in or Sign up to answer