export interface JiraSelectedOptionField {
  optionId?: number;
}
