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.
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.