Jira to Excel
Export Jira issues to Excel in seconds. Paste your Jira site URL, account email, and API token below, write a JQL query (or use the default), and download a populated .xlsx file -- no installs, no OAuth, no data stored.
How to export Jira issues to Excel
- Create a Jira API token at id.atlassian.com → Security → API tokens.
- Enter your Jira site URL (e.g.
yourcompany.atlassian.net), your account email, and the token below. - Write a JQL query (e.g.
project = MYPROJ ORDER BY created DESC) or keep the default to pull recent issues. - Click Convert. All pages are pulled automatically (up to 1,000 issues).
- Click Download .xlsx to save the file.
Get a Jira API token
Sign in at id.atlassian.com, go to Security → API tokens, and click Create API token. Copy the token -- it is shown only once. Your email is the address you use to log in to Jira. Your site URL is the yourcompany.atlassian.net hostname (no https:// needed).
Columns exported: Key, Summary, Status, Assignee, Priority, Issue Type, Reporter, Created, Updated. Nested fields (status, assignee, priority, issue type) are flattened automatically.
Just the hostname -- no https:// needed.
Create one at id.atlassian.com → Security → API tokens. Your token is never stored.
Examples: project = MYPROJ ORDER BY created DESC | assignee = currentUser() AND status != Done