Uses of Class
com.atlassian.jira.issue.fields.rest.json.JsonType
Packages that use JsonType
Package
Description
-
Uses of JsonType in com.atlassian.jira.issue.customfields.impl
Methods in com.atlassian.jira.issue.customfields.impl that return JsonTypeModifier and TypeMethodDescriptionCascadingSelectCFType.getJsonSchema(CustomField customField) DateCFType.getJsonSchema(CustomField customField) DateTimeCFType.getJsonSchema(CustomField customField) GenericTextCFType.getJsonSchema(CustomField customField) LabelsCFType.getJsonSchema(CustomField customField) MultiGroupCFType.getJsonSchema(CustomField customField) MultiSelectCFType.getJsonSchema(CustomField customField) MultiUserCFType.getJsonSchema(CustomField customField) NumberCFType.getJsonSchema(CustomField customField) ProjectCFType.getJsonSchema(CustomField customField) SelectCFType.getJsonSchema(CustomField customField) StringCFType.getJsonSchema(CustomField customField) Deprecated.UserCFType.getJsonSchema(CustomField customField) VersionCFType.getJsonSchema(CustomField customField) -
Uses of JsonType in com.atlassian.jira.issue.fields
Methods in com.atlassian.jira.issue.fields that return JsonTypeModifier and TypeMethodDescriptionstatic JsonTypeIssueTypeSystemField.getIssueTypeJsonSchema()AbstractDurationSystemField.getJsonSchema()AbstractProgressBarSystemField.getJsonSchema()AbstractTextSystemField.getJsonSchema()AbstractVersionsSystemField.getJsonSchema()ArchivedDateSystemField.getJsonSchema()ArchivedUserSystemField.getJsonSchema()AssigneeSystemField.getJsonSchema()AttachmentSystemField.getJsonSchema()CommentSystemField.getJsonSchema()ComponentsSystemField.getJsonSchema()CreatedSystemField.getJsonSchema()CreatorSystemField.getJsonSchema()DueDateSystemField.getJsonSchema()ImmutableCustomField.getJsonSchema()IssueLinksSystemField.getJsonSchema()IssueTypeSystemField.getJsonSchema()LabelsSystemField.getJsonSchema()LastViewedSystemField.getJsonSchema()MockCustomField.getJsonSchema()PrioritySystemField.getJsonSchema()ProjectSystemField.getJsonSchema()ReporterSystemField.getJsonSchema()ResolutionDateSystemField.getJsonSchema()ResolutionSystemField.getJsonSchema()SecurityLevelSystemField.getJsonSchema()StatusSystemField.getJsonSchema()SubTaskSystemField.getJsonSchema()TimeTrackingSystemField.getJsonSchema()UpdatedSystemField.getJsonSchema()VotesSystemField.getJsonSchema()WatchesSystemField.getJsonSchema()WorklogSystemField.getJsonSchema()WorkRatioSystemField.getJsonSchema()static JsonTypeProjectSystemField.getJsonType()static JsonTypePrioritySystemField.getPriorityJsonSchema()static JsonTypeResolutionSystemField.getResolutionJsonSchema(boolean nullable) static JsonTypeSecurityLevelSystemField.getSecurityLevelJsonSchema() -
Uses of JsonType in com.atlassian.jira.issue.fields.rest
Methods in com.atlassian.jira.issue.fields.rest that return JsonTypeModifier and TypeMethodDescriptionRestAwareCustomFieldType.getJsonSchema(CustomField customField) Return a description of the shape of this field when represented as JSON.RestAwareField.getJsonSchema()Return a description of the shape of this field when represented as JSON. -
Uses of JsonType in com.atlassian.jira.issue.fields.rest.json
Methods in com.atlassian.jira.issue.fields.rest.json that return JsonType -
Uses of JsonType in com.atlassian.jira.rest.api.issue
Constructors in com.atlassian.jira.rest.api.issue with parameters of type JsonType -
Uses of JsonType in com.atlassian.jira.rest.v2.issue
Methods in com.atlassian.jira.rest.v2.issue that return JsonTypeModifier and TypeMethodDescriptionprotected JsonTypeAbstractMetaFieldBeanBuilder.getJsonType(RestAwareField field) Constructors in com.atlassian.jira.rest.v2.issue with parameters of type JsonTypeModifierConstructorDescriptionFieldMetaBean(boolean required, Boolean hasDefaultValue, JsonType schema, String name, String fieldId, String autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues, Object defaultValue)