I am looking for a script to display all the issues returned by the below JQL in a scripted paragraph field and, if possible, the result should be rendered inside the "Jira issues" macro.
JQL:
project = TRAV AND 'Account ID' ~ "${accountId}"
Here,
"${accountId}" is the account ID of the current issue where the scripted field is present.
Please help me with this.