Jira Framework rest API

Hi all, I have been trying to fetch list of projects and their details from my Jira dashboard but I also want to fetch the framework the project is built on like


whether it is created with Jira KANBAN or SCRUM etc. is there an API to fetch such details as I have tried to fetch it but have got no luck so far.

@SandeshRai,

Those are known as project categories in the REST API.

1 Like

Sorry @ibuchanan , but I need to correct you here. The image provided by the OP is not of Project Categories but of Project TEMPLATES.

@SandeshRai The thing you are calling a ‘framework’ is called a ‘template’ and are no REST API endpoints for getting ‘details’ of Project Templates for Jira Cloud, as they are all pre-defined by Atlassian. The three Project Types and the keys for their available Templates are documented in the v2 Create Project endpoint.

2 Likes

@sunnyape,

Yes, good correction.

1 Like