Interface CompiledAdvancedFields

All Known Implementing Classes:
FreeFormAdvancedFields, StructuredAdvancedFields

public interface CompiledAdvancedFields
Contains the compiled version of Advanced fields. This is an intermediary step before rending them with an issue.
  • Method Summary

    Modifier and Type
    Method
    Description
    Turns the compiled version into an all singing, all dancing Advanced fields that is ready to be sent to Jira.
  • Method Details

    • renderFields

      Optional<AdvancedFields> renderFields(SmartIssueBean issueBean)
      Turns the compiled version into an all singing, all dancing Advanced fields that is ready to be sent to Jira.