Zephyr: Get Project
zephyr_get_projectRetrieve project details from Zephyr using its unique project ID or Jira project key.
Instructions
Get details of project specified by id or key in Zephyr
Toolset: Projects
Parameters:
projectIdOrKey (string) required: The Zephyr project ID or Jira project key
Examples:
Get the project with id 1
{
"projectIdOrKey": "1"
}Expected Output: The project with its details
Get the project with key 'PROJ'
{
"projectIdOrKey": "PROJ"
}Expected Output: The project with its details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectIdOrKey | Yes | The Zephyr project ID or Jira project key |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the project in Zephyr. | |
| key | Yes | ||
| enabled | Yes | Indicates whether the project has Zephyr enabled on it. | |
| jiraProjectId | Yes | The ID of the project in Jira. |