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,
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.