Add or clear a single select field:

  • To add, specify the option with an optionId.
  • To clear, pass an option with optionId as -1.
interface JiraSingleSelectField {
    fieldId: string;
    option: JiraSelectedOptionField;
}

Properties

Properties

fieldId: string