A Google Chat space that receives every Jira update gets muted within a week. Then the one message that mattered, a production bug or a blocked release, goes unseen. These five patterns keep the signal and drop the rest.
Why spaces get muted
An ordinary afternoon in an active project produces a steady stream of edits: descriptions, labels, sprints, assignees. Very few of them need anyone to act. When all of them land in the team's space, people stop reading it. The fix is not fewer tools but better rules about what reaches the space.
1. Route by team, not by project
Instead of one space per project that gets everything, give each team a space and send it only what that team acts on. Support wants customer escalations, the platform team wants deploy blockers, and managers want to know what got done. In Jaylert this is one rule per space, and several rules can point to the same space.
2. Filter with JQL
JQL is Jira's query language, and it is the most precise filter you have. A few patterns that work well in chat:
priority in (High, Highest)for escalations only;labels = customerfor issues raised by customers;issuetype = Bug AND component = Paymentsfor one area's bugs.
Test the query in Jira's issue search first: if the list looks right there, the rule will send the right issues.
3. Notify on transitions, not on every change
Most status changes are routine. What people care about is usually one step: something moved to Done, or into Blocked, or back from In Review to In Progress. A rule with an exact transition, for example any status → Done, turns a stream of status noise into a short list of results.
4. Keep one thread per issue
When every update starts a new thread, a space becomes unreadable even at low volume. Putting all messages about an issue into that issue's thread means the space shows one line per issue, and the history sits under it: the move to Done, the follow-up comment, the reassignment.
5. Use a daily digest for the rest
Some updates are worth knowing but not worth an interruption. A daily digest collects them into one card at a fixed hour, grouped by issue. In Jaylert you pick the hour and time zone per rule, and whether weekends are skipped; weekend updates then arrive in Monday's digest. Days without updates send nothing.
An example setup
| Space | Rule | Delivery |
|---|---|---|
| Support team | Project SUP, priority in (High, Highest), status changed + comment added | Right away, threaded |
| Platform team | Projects OPS and API, issue created + transition to Blocked | Right away, threaded |
| Product leads | All projects, transition to Done | Daily digest at 09:00, weekdays |
Three rules, and each space only hears what it acts on. You can set this up in a few minutes.