DATA CENTER AND SERVER | CLOUD
REST API: Baselines
GET | com.easesolutions.jira.plugins.requirements/1.0/baseline/id | Get detailed information for a given baseline. |
GET | com.easesolutions.jira.plugins.requirements/1.0/baselines | Get all existing baselines. |
GET | com.easesolutions.jira.plugins.requirements/1.0/baselines/project/prjKey | Get all baselines for a given project. |
POST | com.easesolutions.jira.plugins.requirements/1.0/tree/prjKey/baseline | Create a new baseline on the project's root folder. |
POST | com.easesolutions.jira.plugins.requirements/1.0/tree/prjKey/baseline/id | Create a new baseline on a given folder of a project. |
POST | com.easesolutions.jira.plugins.requirements/1.0/baseline/prjKey | Create a baseline using a valid JQL query string. |
GET | com.easesolutions.jira.plugins.requirements/1.0/baseline/id/signatures | 4.2.0 Get signatures from a baseline. |
DELETE | com.easesolutions.jira.plugins.requirements/1.0/baseline/delete/baselineId | 4.2.0 Delete a single baseline. |
Get detailed information for a given baseline.
The "prjKey" object may not be part of the result if the corresponding project was deleted.
Also the "id" value may not be available for some issues.
Get all existing baselines.
Get all baselines for a given project.
Create a new baseline on the projects root folder.
It is possible to generate an empty baseline with this endpoint.
Create a new baseline on a given folder of a project.
It is possible to generate an empty baseline with this endpoint.
Create a baseline using a valid JQL query string.
Get signatures from a baseline.
Delete a single baseline.