I would like to see the both list of Project key and Project name in same place, is there way to generate report or dashboard. i can see all project Under Manage project menu.
Hello @Ramesh Krishnan
Jira does not provide a built-in report to list both Project Key and Project Name together, but you can achieve this in a few ways:
1. Use Jira REST API: Access `GET /rest/api/2/project` to get a full list of projects with keys and names. You can export the data for reporting.
2. Use a Marketplace App: Apps like ScriptRunner can generate custom reports showing project details including keys and names.
3. Export from Admin View: In Manage Projects, manually copy the list or use browser tools (like copy table extensions) to export it into Excel.
There’s no native dashboard gadget for this, but with the above methods, you can create a manual or scripted solution.
Hope this helps!
Already i am doing 3rd option, its like a manual work. let me explore 1 and 2. thanks for the guidance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.