mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
* feat(notifications): notify parent issue subscribers on sub-issue changes When a sub-issue receives a change (status, assignee, priority, comment, etc.), parent issue subscribers are now also notified. Deduplicates against direct subscribers to avoid double notifications. The inbox item still points to the sub-issue so clicking the notification navigates to the actual change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(notifications): parent subscriber inbox items now point to sub-issue Split notifyIssueSubscribers into subscriberIssueID (which issue's subscribers to query) and targetIssueID (which issue the inbox item links to). When notifying parent subscribers, the inbox item correctly points to the sub-issue where the change occurred, so clicking the notification navigates to the right place. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>