I am writing a script in groovy, in which I am tracing requirements to their parents. I have the script working for instances in Jira using issues, but I also need the Parent Requirement to be displayed in the column for "Page Properties Report" macros.
I used issue.getKey() in my query for Jira. I need something similar but to get the Title value from each row.
How can I reference the Title column from the Page Properties Report in Groovy/JQL?