Miscellaneous |
|
JIRA Plugin Status |
You can obtain the status of your JIRA plugin using the following API request/response. |
|
GET /jira_plugin_status |
Returns status of JIRA plugin. |
|
RESPONSE - Plugin "Enabled" |
Status: 200
<jira_plugin_status>
<flag>1</flag>
<expires></expires>
</jira_plugin_status> |
|
RESPONSE - Plugin "Disabled" |
Status: 200
<jira_plugin_status>
<flag></flag>
<expires></expires>
</jira_plugin_status> |
If your JIRA plugin is disabled, please contact sales@accompa.com and make a request to enable it. Please note that there is an additional fee associated with using our JIRA plugin. |