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.
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.
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.