I'm trying to export data from the year which includes subtasks. The export feature is only pulling epics, stories, and tasks. I can't find how to get subtasks included.
Thank you!
There are multiple ways to export data from Jira. Assuming you are just using a filter and the built-in export drop-down menu, the question has more to do with your filter criteria than exporting, per se. That is, there are no special options in export. It simply exports what you've already filtered: WYSIWYG.
You likely need to modify the JQL phrase in your query that specifies issue types. For example, you might have something like:
All of the above would prevent Sub-tasks from being shown in your query.
Once you've ruled that out, if you're still not seeing your subtasks or all of your subtasks for the story-level items in your query, then you might need a more advanced strategy. If you provide your query, I might be able to help you devise such a strategy.
See this recent question with an answer that shows some of the details of the more advanced strategies:
Unfortunately, there's no easy way to say "issues and their children" in JQL out of the box. There are, however, some exceptions if your target dataset is simple enough. For example, if you want everything in one or more projects, that should include subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.