Integrations¶
Daylee connects with task trackers to automatically include development activity in your standup reports. When an integration is active, team members’ recent commits, pull requests, issues, and sprint updates appear alongside their standup responses in the AI summary.
Supported Integrations¶
Integration |
Events Tracked |
|---|---|
GitHub |
Pushes, pull requests (opened, closed, merged, reviewed), issues (opened, closed, commented) |
JIRA |
Issues (created, updated, resolved, commented), sprints (started, closed) |
Linear |
Issues (created, updated, completed, commented), cycles (started, completed) |
How Integrations Work¶
Integrations are set up at the workspace level — once connected, the integration is available to all teams in the workspace. Each integration has two parts:
Workspace connection - a Daylee admin connects Daylee to your GitHub org, JIRA Cloud site, or Linear workspace. A workspace can have multiple connections of the same type (for example, two GitHub organizations).
Per-user mapping - each team member links their Slack account to their account in the connected tool (e.g., GitHub username, JIRA account, or Linear user)
Once both are in place, Daylee automatically collects development events and includes relevant activity in standup reports. The AI summary uses this activity alongside submitted updates to provide richer insights.
Connecting an Integration¶
Who can do this: Daylee admins
Open the App Home tab and click Integrations in the Administration section, or use
/daylee integrations(alias:/daylee connections). The Integrations dialog opens, listing every GitHub, JIRA, and Linear connection for the workspace.Click Connect Integration. The Connect Integration dialog opens with a radio-button picker.
Select GitHub, JIRA, or Linear and click Next.
Click the primary button on the next page to start the authorization flow for the selected tool:
GitHub - install the Daylee GitHub App on your organization
JIRA - authorize Daylee to access your JIRA Cloud site via OAuth
Linear - authorize Daylee to access your Linear workspace
Once the flow completes, the new connection appears in the Integrations dialog.
Clicking Close in the Connect Integration dialog dismisses both it and the Integrations dialog.
Managing Connections¶
The Integrations dialog shows one row per connection, grouped by type. Each row displays the connection’s name (GitHub org, JIRA site, or Linear workspace), its status, and who connected it.
Each row has an accessory button:
Manage on GitHub / JIRA / Linear - opens the tracker’s admin page in a new tab, where you can adjust scopes or remove the app
Reconnect - shown if authentication has failed; starts a fresh install flow
To disconnect a workspace-level integration, remove the Daylee app from the tracker’s admin page. Daylee detects the removal and updates the connection’s status.
Linking Your Account¶
After a Daylee admin connects an integration, each team member needs to link their own account so Daylee can match development activity to the right person.
Open the App Home tab and find the My Accounts section
Click Connect next to the integration you want to link
Enter your username or account identifier for that tool
To change or remove your link later, use the overflow menu on the account row (Change or Disconnect). Disconnecting here removes only your personal link — the workspace-level integration is unaffected.
If you don’t link your account, your development activity won’t appear in reports — but the integration still works for other team members who have linked theirs.
Activity in Reports¶
When a report is generated, Daylee collects recent events from connected integrations for each team member. This activity appears in two places:
Individual updates - each member’s section includes a summary of their development activity since the last report
AI summary - the AI analyzes development activity alongside standup responses to highlight progress, identify blockers, and surface patterns
Activity is filtered to the collection window (the period since the last report), so only recent events are included. Daylee also detects potential blockers — for example, pull requests with “changes requested” reviews on GitHub, or issues labeled “blocked” in JIRA and Linear — and highlights them in the AI analysis.
Drafted Standup Updates¶
When at least one integration is connected and a member has linked their account, Daylee uses that member’s tracker activity to pre-write a standup draft and includes it in the prompt DM. The member can confirm, edit, or discard the draft instead of writing the update from scratch. See Drafted Updates for what’s included in a draft and how to interact with it.
How Activity Is Collected¶
Daylee collects development events through two channels:
Webhooks - real-time notifications from GitHub, JIRA, and Linear when events occur
Periodic sync - scheduled background fetches that ensure no activity is missed
Events are deduplicated, so the same commit or issue update is never counted twice regardless of how it was captured.
Plan Requirements¶
Task tracker integrations are a Pro plan feature, also included in Enterprise. Workspaces on Free or Standard plans do not have access to integrations.