Interface FieldConfigurationSchemes.FieldConfigurationScheme

All Known Implementing Classes:
FieldConfigurationSchemesImpl
Enclosing interface:
FieldConfigurationSchemes

public static interface FieldConfigurationSchemes.FieldConfigurationScheme
Represents a field configuration scheme that actions can be carried out on
  • Method Details

    • addAssociation

      void addAssociation(String issueTypeId, String fieldConfigurationName)
      Parameters:
      issueTypeId - the issue type id (e.g. Bug = "1"); must not be null
      fieldConfigurationName - the name of the field configuration to associate to the issue type e.g. Default Field Configuration
    • editAssociation

      void editAssociation(String issueTypeId, String newFieldConfigurationName)
      Parameters:
      issueTypeId - the issue type id (e.g. Bug = "1"); null represents the "unmapped" association
      newFieldConfigurationName - the name of the new field configuration to associate to the issue type e.g. Default Field Configuration
    • removeAssociation

      void removeAssociation(String issueTypeId)
      Parameters:
      issueTypeId - the issue type id (e.g. Bug = "1"); must not be null
    • goTo

      Navigates to the configuration page for this field configuration scheme.
      Returns:
      this field configuration scheme.