DATA CENTER AND SERVER | CLOUD

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 3 Current »

Returns current version of the plugin

 GET com.easesolutions.jira.plugins.requirements/1.0/version

Request

Sample Request Path

https://myjirainstance.com/rest/com.easesolutions.jira.plugins.requirements/1.0/version

Responses

STATUS 200 application/json Returned if successful.

Example

{
  "version": "1.0.0-8-jira7"
}

STATUS 400 Returned if there is an error while processing request.

STATUS 401 Returned if user is not logged in.

STATUS 403 Returned if the license is invalid or has expired or incompatible JIRA version.

Returns current license status of the plugin

 GET com.easesolutions.jira.plugins.requirements/1.0/licensestatus

Request

Sample Request Path

https://myjirainstance.com/rest/com.easesolutions.jira.plugins.requirements/1.0/licensestatus

Responses

STATUS 200 application/json Returned if successful.

Example

{
  "licenseStatus": "Active"
}

STATUS 400 Returned if there is an error while processing request.

STATUS 401 Returned if user is not logged in.

STATUS 403 Returned if the license is invalid or has expired or incompatible JIRA version.

  • No labels