Not able to extract linked issues for multiple parent IDs. As I am getting "
Query used : issue in linkedIssues (TEST-8070, TEST-2451)
Any suggestion will be greatly appreciated.
Hello @kiran gowda
linkedIssues takes only 1 key as argument.
Instead you need to use:
issue in (linkedIssues(TEST-8070),linkedIssues(TEST-2451))
Hope it helps and consider accepting answer if it works. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.