Class: JqlClient

JqlClient(jiraClient)

new JqlClient(jiraClient)

Used to access Jira REST endpoints in '/rest/api/2/jql/autocompletedata'

Parameters:
Name Type Description
jiraClient JiraClient
Source:

Methods

getAutoCompleteData(opts, callbackopt) → {Promise}

Returns the auto complete data required for JQL searches.

Parameters:
Name Type Attributes Description
opts

The options sent to the Jira API. Ignored by this function.

callback <optional>

Called when the autocomplete data is returned.

Source:
Returns:

Resolved when the autocomplete data is returned.

Type
Promise