@PublicSpi
public interface RestCustomFieldTypeOperations
Modifier and Type | Method and Description |
---|---|
JsonData |
getJsonDefaultValue(IssueContext issueCtx,
CustomField field)
Return The default data for this system field.
|
RestFieldOperationsHandler |
getRestFieldOperation(CustomField field)
Returns the RestFieldOperationsHandler for this field.
|
RestFieldOperationsHandler getRestFieldOperation(CustomField field)
field
- the Custom FieldJsonData getJsonDefaultValue(IssueContext issueCtx, CustomField field)
issueCtx
- Issue (This should really only need to be an issue context, but for historical reasons we need an issue object.field
- the Custom FieldCopyright © 2002-2019 Atlassian. All Rights Reserved.