public class FieldConfigSchemeIssueType extends Object
FieldConfigSchemeIssueType shows which Issue Types are relevant to a given CustomField FieldConfigScheme.
Strangely, it also maps to the fieldconfiguration DB table (which in turn links the CF options and default value). This is pretty fucked up because fieldconfiguration should actually link to FieldConfigScheme :(
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_CONFIG_SCHEME_ID |
static String |
FIELD_CONFIGURATION_ID |
static String |
ID |
static String |
ISSUE_TYPE_ID |
Constructor and Description |
---|
FieldConfigSchemeIssueType(Long id,
String issueTypeId,
Long fieldConfigSchemeId,
Long fieldConfigurationId) |
Modifier and Type | Method and Description |
---|---|
Long |
getFieldConfigSchemeId() |
Long |
getFieldConfigurationId() |
Long |
getId() |
String |
getIssueTypeId() |
public static final String ID
public static final String ISSUE_TYPE_ID
public static final String FIELD_CONFIG_SCHEME_ID
public static final String FIELD_CONFIGURATION_ID
Copyright © 2002-2021 Atlassian. All Rights Reserved.