Using issue in linkedIssues(test-123) AND issuetype in (Test,Task), I can get a list of all the linked issues. However, I want to add the results to a table in confluence in a custom format.
The headers will have to be in the following order: User Requirement Task (from Project 1), Functional specification task (from Project 2), Design Specification task (from Project 3) and the tests (from Project 3). Is there any option to transform the results in a custom table format in Confluence? Or Can I use the APIs of Jira & Confluence to automate this whole process and use HTML tables to update the page on Confluence?