feat: jira config in database

This commit is contained in:
Julien Froidefond
2025-09-17 18:04:13 +02:00
parent 83e48d5972
commit 0223611b3f
10 changed files with 383 additions and 50 deletions

View File

@@ -81,6 +81,7 @@ export interface ColumnVisibility {
export interface JiraConfig {
baseUrl?: string;
email?: string;
apiToken?: string;
enabled: boolean;
}