Skip to content

Jira

Jira adds task-level context: what tickets you worked on, status transitions (“moved to In Review”), and sprint membership.

Terminal window
devrecall auth jira

Two auth options (chosen interactively during the prompt):

  1. Atlassian OAuth (3LO) — opens a browser via relay.devrecall.dev. Recommended.
  2. API token — generate at id.atlassian.com → Security → API tokens and paste it when prompted.

Both Cloud and Server / Data Center are supported. DevRecall detects which based on your base URL.

ActivityWhat
Issue transitionsWhen you moved a ticket between statuses
CommentsComments you wrote
Issues createdIssues you reported
Sprint membershipWhich sprint, velocity contribution
WorklogsTime logged (if your team uses worklogs)

Read-only. DevRecall never creates or modifies issues.

ScopePurpose
read:jira-workRead issues, projects, boards, sprints
read:jira-userRead user profiles for identity resolution
offline_accessRefresh token for background sync

When a commit message contains a Jira issue key (e.g., PROJ-123: fix retry logic), DevRecall groups commits under their tickets in generated standups:

- PROJ-123 (Fix payment retry): 3 commits — backoff, max retries, tests
- PROJ-123: moved to In Review

This is automatic — no extra setup.

Atlassian recommends ≤100 requests/minute per user. DevRecall uses JQL to fetch all relevant issues in a single query — a typical daily sync is 5–10 requests.

Confluence pages you’ve edited are not yet collected. Planned for a later release — useful for brag docs (“authored 3 RFCs in Q1”).