Constructor
new DashboardClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/dashboard'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
getAllDashboards(opts, callback)
Get a list of all dashboards, optionally filtering them.
Parameters:
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
The request options to send to the Jira API Properties
|
|||||||||||||||||
callback |
Called when the dashboards have been retrieved. |
- Source:
getDashboard(opts, callback)
Get a single dashboard.
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
opts |
The request options sent to the Jira API. Properties
|
|||||||
callback |
Called when the dashboard has been retrieved |
- Source: