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