export interface JiraPriorityField {
  priorityId: string;
}
