provider Projects GET
/rest/api/3/project/{projectIdOrKey} @utdk/jira
/rest/api/3/project/{projectIdOrKey} Get project
Returns the [project details](https://confluence.atlassian.com/x/ahLpNw) for a project.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:** *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.
- projectIdOrKey path required
- The project ID or project key (case sensitive).
- string
- expand query
- Use [expand](#expansion) 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.
- string
- properties query
- A list of project properties to return for the project. This parameter accepts a comma-separated list.
- array
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getproject()