Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


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

  • No labels