Is there any other way to export project keys out of into a CVS file for import? We trying to import Jira project keys into fresh-service.
Hi @christopher.barron -
One option is to export all your project metadata from your instance as JSON using the REST API:
https://YOURSITE.atlassian.net/rest/api/3/project
If you are not familiar with using tools like jq or python to work with JSON, I found this good guide for importing JSON into Excel:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.