This commit is contained in:
2026-06-12 14:45:59 -07:00
parent 18af1b323d
commit 2231bc79b8
6 changed files with 36 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ TOKEN = "NDQ0ODE5ODQ5NDU0OkwyY36wdY9DAvXsBr1M4bMjFmp6"
JIRA_URL = "https://jira.atg-corp.com"
PROJECTS = ["IS", "ISP"] # Projects to include
STATUSES = ["Open", "In Progress", "Blocked", "Waiting for Customer", "Stalled"]
TODO_FILE = os.path.expanduser("~/Sync/org/agenda/work.org")
TODO_FILE = os.path.expanduser("~/sync/org/agenda/work.org")
# Build JQL filter for multiple projects
PROJECT_FILTER = "project in ({})".format(", ".join(f'"{p}"' for p in PROJECTS))