How to use the Issue Matrix placeholder ${currentIssue.[field]} ?

SWAPNIL SRIVASTAV June 25, 2020

I am creating a field of type "Issue Matrix" in a custom JQL mode. I want to display the issues that are selected in a Script Runner Issue Picker field, (lets say the name of that field is ABC), in the Issue Matrix view . When I am using the ${currentIssue.[field]} placeholder in the JQL, it gives a green check but it is not working.

I used: 

"ABC" = ${currentIssue.cf["ABC"]}

Please let me know how can I do so.

Issue Matrix version is 3.3.image.png

1 answer

0 votes
Julver Petrova May 12, 2021

Hi Swapnil,

You can achieve your use case with the following syntax:

${currentIssue.cf["Issue picker cf"].join(", ")}

 

To learn more, please check the following article in Issue Matrix' documentation Custom fields provided by apps.

 

 

Suggest an answer

Log in or Sign up to answer