Get project
Returns the project details for a project.
This operation can be accessed anonymously.
Permissions required: Browse projects project permission for the project.
Path parameters
The project ID or project key (case sensitive).
Query parameters
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include:
- description The project description.
- issueTypes The issue types associated with the project.
- lead The project lead.
- projectKeys All project keys associated with the project.
- issueTypeHierarchy The project issue type hierarchy.
A list of project properties to return for the project. This parameter accepts a comma-separated list.
Response
Returned if successful.
Changes
Changed in 1 of the 14 revisions of this API.2
- ●
added the new
product_discoveryenum value to theissueTypes/items/scope/allOf[Scope]/project/allOf[ProjectDetails]/projectTypeKeyresponse property for the response status200response-property-enum-value-added
- ●
added the new
product_discoveryenum value to theprojectTypeKeyresponse property for the response status200response-property-enum-value-added
- ●