Export all the project names to CSV

Still need help?

The Atlassian Community is here for you.

Ask the community


Platform Notice: Cloud - This article applies to Atlassian products on the cloud platform.

Summary

This article explains how you can export the Project names to a CSV from Project > View all project page.

Environment

Jira cloud only.

Solution

Solution:

To export your project list to a CSV file, follow these steps:

  1. Use the Jira REST API to Get the Project List:

    • Access the Jira REST API endpoint to retrieve the list of projects. You can use the following URL:
      ruby
    • https://abc.atlassian.net/rest/api/latest/project

    • This will return a JSON response containing the list of projects.

  2. Convert JSON to CSV:

    • Once you have the JSON data, you can convert it to a CSV format using an online converter.
    • Visit https://json-csv.com/ and follow the instructions to convert your JSON data to CSV.




Last modified on May 28, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.