InternalCreate a new instance of the service.
Returns a paginated list of labels.
OptionalmaxThe maximum number of items to return per page.
OptionalstartThe 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 Staticinitialize
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