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'."
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.