I am unable to insert multiple issues/keys inside linkedIssues filter.

Souvik Dey 91 9883392437 March 16, 2021

In JQL, I am entering the below query by which I can get the Test count linked to multiple Stories.

linkedIssue in linkedIssues("<Story #1>", "<Story #2>", .....)

However I am getting the below error for that
"Issue link type '<Story #2>' could not be found in function 'linkedIssues'."

1 answer

1 vote
Lukáš Meitner March 17, 2021

Hi Souvik,

the correct JQL entry for this purpose is:

issue in (linkedIssues("ABC-123"),linkedIssues("ABC-12"),linkedIssues("APC-45"))

See the function linkedIssues() in documentation.

Best regards, Lukas

Rajesh Konda July 20, 2022

Thanks @Lukáš Meitner , it helped me today.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events