Features
Team Feed
Share updates, @mention teammates, and track project activity.
The team feed is a real-time activity stream that shows what's happening across your project. It combines automatic system events with manual posts from team members.
Event categories
Events are organized into four categories:
| Category | Events |
|---|---|
| Issues | Issue created, updated, status changed, commented |
| Code | PR opened, merged, closed, repository indexed |
| Docs | Document created, updated, wiki synced |
| People | Member joined, left, role changed |
You can filter the feed by category to focus on what matters.
Manual posts
Team members can create manual posts for updates and ideas. Posts support:
- Title and body — Rich text content
- Post type — Update or Idea
- Linked issue — Optionally connect to an existing issue
- Mentions — @mention team members, issues, or documents
Comments and reactions
Every feed event supports:
- Comments — Thread discussions on any event, with @mention support
- Reactions — Emoji reactions (one reaction per emoji per user)
Mentions
The mention system works in both posts and comments. You can @mention:
- Users — Team members by name
- Issues — Link to specific issues
- Documents — Link to wiki pages
System events
System events are created automatically when actions happen in the project:
- Creating or updating an issue triggers an event
- Merging a PR triggers a code event
- Publishing a wiki page can be shared to the feed manually
- Team membership changes are tracked automatically
Pagination
The feed uses cursor-based pagination for efficient loading. Events are returned in reverse chronological order with a configurable limit (default 30, max 100).