REST API: General

GETcom.easesolutions.jira.plugins.testmanagement/1.0/configurations/prjKeyGet the project configuration.
GETcom.easesolutions.jira.plugins.testmanagement/1.0/versionGet version information for Test for JIRA
GETcom.easesolutions.jira.plugins.testmanagement/1.0/licensestatusGet 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.