Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

jira api - how to get a single project ?

Jasmine Feng March 17, 2017

I am using this to get all project data: <url>/jira5/rest/api/2/project?expand=description,url,projectKeys&maxResults=10

However, I just want one, searched for by the project name. I dont want the issues.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 17, 2017

You can get single project by project key or by id via GET /rest/api/2/project/{projectIdOrKey}. There is no way to search for a project by it's name.

TAGS
AUG Leaders

Atlassian Community Events