How to read the projects

Is there any easy way to read the projects on JIRA and display them on a App? Thought i might have to use some kind of REST API but not sure. Any advice? Thanks

Hi @SudhirMenta. There’s an API method for fetching projects on a Jira instance:

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get

You can give it a quick try by visiting https://yourinstance.atlassian.net/rest/api/3/project/search in your browser or favorite REST client.

Hi @nmansilla Thank you very much and very useful. This help me, however when i implement the code in frontend/index.jsp… it takes to jira./rest/api/3 instead of “MyInstance”. Any pointers here? Thanks