Internal
Create a new instance of the service.
Returns a paginated list of labels.
Optional
maxThe maximum number of items to return per page.
Optional
startThe index of the first item to return in a page of results (page offset).
Returned if the request is successful.
example:
{
"isLast": false,
"maxResults": 2,
"startAt": 0,
"total": 100,
"values": [
"performance",
"security"
]
}
Protected
Static
initialize
This resource represents available labels. Use it to get available labels for the global label field.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-labels