export interface JiraUrlField {
  fieldId: string;
  url: string;
}
