Being able to extract a file into Excel with the following data points from Jira project with > 2000 user stories
User story, status, user story description, Story Point estimate, Assignee, Epic Link, Issue reference
Hi Brian,
Welcome to community :)
A few other solutions:
In addition to the above workaround, there is also a knowledge article, which provides a workaround to see the total count of work items.
Thank you,
Prachi
Hi @Brian Grogan,
welcome to the community!
If the issues that you're interested in have a (more or less) continuous sequence of issue keys within a project, another trick is to break your search up into smaller chunks using a condition like e.g.
issuekey >= "PROJ-1" AND issuekey < "PROJ-1000"
... and so on. This way, you at least don't have to fiddle around with your query to only hit <1000 issues.
Of course, as already suggested, it would certainly be easier to utilize one of various Marketplace apps that allow circumventing Jira's 1000 issue export limit.
If I may provide a specific recommendation, this would be easy to do using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a long list of advanced features, including support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Plus, its export feature will allow you to export all your 2000+ issues in just two clicks:
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could either split the 2000+ user stories to smaller chunks (e.g. 250 or 500) using filters in the query (e.g. filter by creation date to a single month or to a quarter) and use the built-in export feature or use the Better Excel Exporter app which scales to large data sets.
(This paid and supported app is developed by our team. Free for 10 users!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community, @Brian Grogan
You can export issues to a file suitable for Excel from a query results field. You should be able to export all fields, or only the fields currently displayed in the issue navigator.
ref: https://support.atlassian.com/automation/kb/how-to-export-issues-from-jira-cloud-in-csv-format/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jim for the guidance and prompt response. Working away on it with filters to get around the 1,000 limit. Thanks Brian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.