This commit is contained in:
2026-07-22 21:41:15 +02:00
parent 601ab6838f
commit 3c975a248e
6 changed files with 1449 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"_comment": "Copy this file to sync_config.json and fill in your credentials.",
"jira": {
"base_url": "https://your-org.atlassian.net",
"username": "you@company.com",
"api_token": "ATATT3xFfGF...",
"project_key": "PROJ",
"jql_query": "project = \"${PROJECT_KEY}\" AND issuetype = Story AND status NOT IN (\"Done\") ORDER BY created DESC"
},
"jotty": {
"base_url": "https://jotty.your-domain.com",
"api_key": "ck_your_jotty_api_key_here",
"checklist_title": "Jira Stories",
"checklist_category": "Work"
}
}