Package com.atlassian.jira.issue.fields.rest
package com.atlassian.jira.issue.fields.rest
-
ClassDescriptionProvide edit functionality via REST for the Environment FieldHelper factory to get a list of all the fields required for create, edit and creating subtasks.Note: There's no unit tests in JIRA source but this is already tested quite heavily via func tests in the quick-edit plugin as well as webdriver tests for quick edit in JIRA source.For json representation of Field data.This class is used to describe the data that this field supportsContext objects which holds references to
IssueContext
,OperationContext
,FieldLayoutItem
and theIssue
.Deprecated.Since 8.21.Finds issues by id or key.Finds an issue based on its 'id' or 'key'.Search result for any other case than found issueFinds an IssueLinkType by 'id' or 'name'.This "finder" class is used to find issue link types based on 'id' or 'name'.Provides suggestion groups needed to render a project picker client-side.TODO: Document this class / interface hereFields that implement this interface can: Supply meta data for the REST APIs to use. Optionally Process command verbs from rest resoucres. Format their data into beans that can be used to generate meaningful REST values.Fields that implement this interface can: Supply meta data for the REST APIs to use. Optionally Process command verbs from rest resoucres. Format their data into beans that can be used to generate meaningful REST values.Interface for fields which can be modified using the rest api.Interface for fields which can be modified using the rest api.The RestFieldOperationsHandler is called by the issue rest source to handle the update issue request.