export interface JiraTimeTrackingField {
  timeRemaining: string;
}
