Class IssueLabelsResource
java.lang.Object
com.atlassian.jira.rest.v1.labels.IssueLabelsResource
@Path("labels")
@Consumes({"application/json","application/xml","application/x-www-form-urlencoded"})
@Produces({"application/json","application/xml"})
public class IssueLabelsResource
extends Object
REST resource to interact with the labels for an issue.
- Since:
- v4.2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionIssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext, LabelService labelService, I18nHelper i18nHelper, ApplicationProperties applicationProperties, XsrfInvocationChecker xsrfChecker) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponsegetSuggestions(Long issueId, Long customFieldId, String token) jakarta.ws.rs.core.ResponsegetSuggestions(Long customFieldId, String token) jakarta.ws.rs.core.Response
-
Constructor Details
-
IssueLabelsResource
@Inject public IssueLabelsResource(JiraAuthenticationContext jiraAuthenticationContext, LabelService labelService, I18nHelper i18nHelper, ApplicationProperties applicationProperties, XsrfInvocationChecker xsrfChecker)
-
-
Method Details
-
getLabels
-
getSuggestions
-
getSuggestions
-
setLabels
-