REST API: General
GET | com.easesolutions.jira.plugins.testmanagement/1.0/configurations/prjKey | Get the project configuration. |
GET | Get version information for easeTest | |
GET | com.easesolutions.jira.plugins.testmanagement/1.0/licensestatus | Get license status since 1.8.0 |
GET /com.easesolutions.jira.plugins.testmanagement/1.0/configurations/{prjKey}
Example Response
[ { "id": 1, "prjKey": "PRJ", "project": 10100, "name": "Example Project", "description": "An example project" } ]
Get the project configuration.
PARAMETERS
prjKey*
The project key.
GET /com.easesolutions.jira.plugins.testmanagement/1.0/version
Example Response
{ "version": "current Version" }
Get version information for Test for JIRA
GET /com.easesolutions.jira.plugins.testmanagement/1.0/licensestatus
Example Response
{ "licenseStatus": "Active" }
Get license status for plugin.
, multiple selections available,