Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I export all issues from particular project in JIRA DC

RG
Contributor
February 24, 2026

Dear Experts,

I would like to export all issues from a particular project in JIRA data centre with all fields, all comments history and attachment reference links.

Purpose : Want to migrate data to Microsoft Dynamics

JIRA Version : 10.3.4 Datacentre

All comments and attachments are important for this export.

Please suggest how can we proceed with this.

Any script or 3rd party tool?

Thanks

4 answers

1 vote
Marc -Devoteam-
Community Champion
February 24, 2026

Hi @RG 

As mentioned by @Gunjan Kumar API is the most reliable.

Otherwise, search for issues via JQL and then export the results with all fields

0 votes
Aron Gombas _Midori_
Community Champion
February 25, 2026

Microsoft Dynamics has extensive support for importing data from Excel files. (It is not surprising as both belong to MS, of course.)

You can export Jira issues with all fields, comments and attachment references to Excel files using the Better Excel Exporter app:

jira-excel-export-issues-selected-fields-with-comments.png

This route seems a relatively easy one to me, without coding required.

(Discl. this paid and supported app is developed by our team. Free for 10 users.)

0 votes
Natalia_Kovalchuk_SaaSJet_
Community Champion
February 24, 2026

Hi RG!

If you need to export all issues from a particular project in Jira Data Center, including all fields and comment history, I recommend you try Issue History for Jira (Work Item History) app from the SaaSJet team. 

Using it, you will be able to do the following:

  • Export full comment history (who added, edited, and when)

  • Export complete change history (status, assignee, priority, etc.)

  • Filter by project and date range

  • Generate structured, export-ready reports in CSV or Excel formats.

Export Jira history reports to CSV or Excel. Track changes, audit activity, and analyze project data with ease. Use work item history data for audits

Also, this article may help you to get the info related to other export methods: 5 Ways to Export Tasks and Project Data in Jira Data Center

0 votes
Gunjan Kumar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 24, 2026

Hi RG,

Using JSON via the Jira REST API is the most reliable and Atlassian-supported way to export all issues from a project with all fields, full comment history, and attachment references.

The simplest and recommended approach is to use the Jira REST API with a JQL query (for example, project = KEY) to export issues in JSON format. This export includes all fields, complete comments, and attachment details with download links, so attachments can be downloaded separately. The normal CSV export from the Jira UI is limited and not suitable for migrations. Therefore, using the REST API and then importing the exported data into Microsoft Dynamics is the best solution.

RG
Contributor
February 24, 2026

@Gunjan Kumar Thanks for suggestions. Could you please guide me with the steps/JQL. I am using one but not working as expected.

https://<BASE URL>/rest/api/2/search?jql=project=ABC

APIBody.png

Gunjan Kumar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 24, 2026

Use this one:

For 1000

https://<BASE_URL>/rest/api/2/search?jql=project=KEY&fields=*all&maxResults=1000&startAt=0

For more than 1000

https://<BASE_URL>/rest/api/2/search?jql=project=KEY&fields=*all&maxResults=1000&startAt=1000

Like Marc -Devoteam- likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
10.3.4
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events