reee
This commit is contained in:
@@ -17,7 +17,7 @@ TOKEN = "NDQ0ODE5ODQ5NDU0OkwyY36wdY9DAvXsBr1M4bMjFmp6"
|
|||||||
JIRA_URL = "https://jira.atg-corp.com"
|
JIRA_URL = "https://jira.atg-corp.com"
|
||||||
PROJECTS = ["IS", "ISP"] # Projects to include
|
PROJECTS = ["IS", "ISP"] # Projects to include
|
||||||
STATUSES = ["Open", "In Progress", "Blocked", "Waiting for Customer", "Stalled"]
|
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
|
# Build JQL filter for multiple projects
|
||||||
PROJECT_FILTER = "project in ({})".format(", ".join(f'"{p}"' for p in PROJECTS))
|
PROJECT_FILTER = "project in ({})".format(", ".join(f'"{p}"' for p in PROJECTS))
|
||||||
|
|||||||
Reference in New Issue
Block a user