This commit is contained in:
2026-04-07 19:45:10 -07:00
parent 246166b23c
commit 6b25249862

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))