Files
jotty_jira_sync/sync_config.json.template
T
2026-07-22 21:41:15 +02:00

17 lines
554 B
Plaintext

{
"_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"
}
}