export interface JiraAccount {
    displayName: string;
    accountId: string;
}
