Jira Project types

MohammedKamil September 18, 2014

Through REST api can we able to get the different types of projects available in JIRA . I mean when we click on create new project , a dialog box appears , in which we select the project . 

Can we able to retrieve those with REST api ??

1 answer

0 votes
Matheus Fernandes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 25, 2014

Mohammed,

If I understood correctly, you can get those by using:

http://<jira-address>/jira625/rest/api/2/project

as per https://docs.atlassian.com/jira/REST/latest/#d2e2043

Is this what you're looking for?

Suggest an answer

Log in or Sign up to answer