Constructor
new ServerInfoClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/serverInfo'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
getServerInfo(opts, callback)
Returns general information about the current JIRA server.
Parameters:
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
opts |
The request options sent to the Jira API. Properties
|
|||||||||
callback |
Called when the server info has been retrieved. |
- Source: