Hi Charles,
You can utilise the linkedissues() JQL function into your advance search query.
Example: issue in linkedIssues(ABC-1)
Feel free to have read of this reference: Advanced searching - functions reference
Cheers,
Syauqi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use the JQL query: issue in linkedIssues(<JIRA Issue Key>, "is related to")
This will find all issues related to <JIRA Issue Key> which are linked to it, using the 'is related to' link type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Jira Project Management Software (v8.5.0)
Enter in Search box
issue in linkedIssues(TEST-81049, "relates to")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please define what you mean as "relate to"?
Is that an issue link with name "relate to"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nir Haimov This is an older item and I hope you've found an answer, but just in case....
"relates to" identifies the relationship between the two Issues.
Look at "linkedIssues()" on https://support.atlassian.com/jira-work-management/docs/jql-functions/ for additional details
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.