export interface JiraSingleLineTextField {
  fieldId: string;
  text: string;
}
