JQL function linkedIssues() doesn’t work with Link Type name

XMLWordPrintable

    • 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")
      

            Assignee:
            Maciej Kwidziński (Inactive)
            Reporter:
            Diego Leitao
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: