Constructor
new ResolutionClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/resolution'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
getAllResolutions(opts, callback)
Returns a list of all resolutions visible to the user
Parameters:
Name | Type | Description |
---|---|---|
opts |
Ignored |
|
callback |
Called when the resolutions have been retrieved. |
- Source:
getResolution(opts, callback)
Get a full representation of the resolution that has the given id.
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
opts |
The options sent to the Jira API Properties
|
|||||||
callback |
Called when the resolution has been retrieved. |
- Source: