Skip to content

Commit 4c4ba0e

Browse files
feat: add headless Jira feature sync to daily launchd job
- New scripts/sync-jira-features.py fetches resolved tickets from Jira REST API v3, groups by parent Epic, and upserts features-released.csv - launchd-sync.sh now runs Jira sync after PR sync and commits both CSVs - .env / env.example updated with JIRA_EMAIL and JIRA_URL vars Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b596d2a commit 4c4ba0e

4 files changed

Lines changed: 427 additions & 25 deletions

File tree

env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ ANTHROPIC_API_KEY=
1919
# Provider auto-detection (optional - when --provider is not passed)
2020
# If set, overrides auto-detection. Values: openai, anthropic, bedrock
2121
# COMPLEXITY_PROVIDER=
22+
23+
24+
# get it from https://id.atlassian.com/manage-profile/security/api-tokens
25+
JIRA_API_KEY=

0 commit comments

Comments
 (0)