When exporting data from a Jira ticket to "Printable", word doc or XML, the sub-tasks are listed. If I want a "complete" export, with all the data from the subtasks included at the task-level export, is that possible to automate?
the goal of getting this output is
To capture the state of a test at one point in time for configuration management, and perhaps eventually releasing to teamcenter.
Jira Cloud does not natively provide a method for you to query for and export all the issue detail information for sub-tasks and their parent issues in one go through the UI.
You could use the Jira REST API and your own code to create automation that would make all the necessary REST API calls for each issue and its sub-tasks to get all the data and compile it in your own file for later use.
There are multiple third party apps available from the Atlassian Marketplace to enhance reporting. You might find something among those that would provide you with what you want.
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.