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