Get Project
get_projectRetrieve project details from QA Sphere by providing its project code, such as BDI, which can be extracted from project URLs.
Instructions
Get a project information from QA Sphere using a project code (e.g., BDI). You can extract PROJECT_CODE from URLs https://acme-corp.eu2.qasphere.com/project/%PROJECT_CODE%/...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectCode | Yes | Project code identifier (e.g., BDI) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier of the project | |
| code | Yes | Project code (e.g., BDI) | |
| links | Yes | Project links | |
| title | Yes | Project title | |
| createdAt | Yes | Project creation time (ISO 8601) | |
| updatedAt | Yes | Project last-update time (ISO 8601) | |
| archivedAt | Yes | Project archival time (ISO 8601); null if the project is not archived | |
| overviewTitle | Yes | Project overview title | |
| overviewDescription | Yes | Project overview description (HTML) |