public static interface FieldConfigurationSchemes.FieldConfigurationScheme
Modifier and Type | Method and Description |
---|---|
void |
addAssociation(String issueTypeId,
String fieldConfigurationName) |
void |
editAssociation(String issueTypeId,
String newFieldConfigurationName) |
FieldConfigurationSchemes.FieldConfigurationScheme |
goTo()
Navigates to the configuration page for this field configuration scheme.
|
void |
removeAssociation(String issueTypeId) |
void addAssociation(String issueTypeId, String fieldConfigurationName)
issueTypeId
- the issue type id (e.g. Bug = "1"); must not be nullfieldConfigurationName
- the name of the field configuration to associate to the issue type e.g. Default Field Configuration
void editAssociation(String issueTypeId, String newFieldConfigurationName)
issueTypeId
- the issue type id (e.g. Bug = "1"); null represents the "unmapped" associationnewFieldConfigurationName
- the name of the new field configuration to associate to the issue type e.g. Default Field Configuration
void removeAssociation(String issueTypeId)
issueTypeId
- the issue type id (e.g. Bug = "1"); must not be nullFieldConfigurationSchemes.FieldConfigurationScheme goTo()
Copyright © 2002-2022 Atlassian. All Rights Reserved.