com.atlassian.jira.issue.fields
Interface ConfigurableField
- All Superinterfaces:
- Comparable, Field, OrderableField, SearchableField
- All Known Subinterfaces:
- CustomField, IssueTypeField
public interface ConfigurableField
- extends OrderableField
ConfigurableField are fields which have FieldConfigItemType that can be stored for a given
JiraContextNode
| Methods inherited from interface com.atlassian.jira.issue.fields.OrderableField |
availableForBulkEdit, canRemoveValueFromIssueObject, createValue, getBulkEditHtml, getCreateHtml, getCreateHtml, getDefaultValue, getEditHtml, getEditHtml, getValueFromParams, getViewHtml, getViewHtml, getViewHtml, hasValue, isShown, needsMove, populateDefaults, populateForMove, populateFromIssue, populateFromParams, populateParamsFromString, removeValueFromIssueObject, updateIssue, updateValue, validateParams |
getConfigurationItemTypes
List getConfigurationItemTypes()
- Returns a List of
FieldConfigItemType objects. This opens up possibilties for configurable custom fields
- Returns:
- List of
FieldConfigItemType @NotNull
getAssociatedProjects
List getAssociatedProjects()
getRelevantConfig
FieldConfig getRelevantConfig(IssueContext issueContext)
Copyright © 2002-2011 Atlassian. All Rights Reserved.