-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
1
-
Severity 3 - Minor
Issue Summary
In linkedIssues(issueKey,"CaseSensitiveLinkType") if you replace CaseSensitiveLinkType with the link type name, it will return that the Issue link type couldn’t be found in function 'linkedIssues'.
This function is not working with the Link Type Name, it just works with Outward Description and Inward Description.

Steps to Reproduce
In advanced issue search, use the JQL below replacing the issuekey with a valid issuekey:
issue in linkedIssues(issueKey,"Duplicate")
Expected Results
Return the issues that match the JQL
Actual Results
Error message saying that the Issue link type could not be found in function 'linkedIssues'.
Workaround
Use Outward Description or Inward Description instead of the Link Type Name.
It’s also possible to use:
linkedIssues(issueKey) AND issueLinkType in ("Link Type Name")
- mentioned in
-
Page Loading...