export interface JiraGroupInput {
  groupName: string;
}
