Jira project ID

Anandhakrishnan May 22, 2021

Hi all ,

I am new to jira,I have few doubts to get all projects in jira rest API.

1. actually jira project max result is 50 is any possibilities to get all jira projects using rest API

2. i have few options for order by the jira projects . order by only for key,name ect . but i want to order by jira projectID.

3. is there any options to get the above projects that is mentioned the projectID using rest API ex (https://<domain_name>.atlassian.net/rest/api/3/project/?jql=id>10040)

4. is any possibilities to get project creation date or lastly created project in jira rest API

can you anyone help to find this.

 

Thanks advance,

 

1 answer

0 votes
Phill Fox
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 22, 2021

@Anandhakrishnan 

You should find lots of answers to how to interact with the APIs at https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/ 

but in particular have a look at the https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get which allows you to pull results in a paginated method whilst also allowing you to define which fields you want returned in the JSON result. 

 

Phill

Suggest an answer

Log in or Sign up to answer