comment->issue; return [ 'type' => 'issue_commented', 'issue_id' => $this->comment->issue_id, 'project_id' => $issue?->project_id, 'author' => $this->comment->user?->name, 'message' => "{$this->comment->user?->name} comentó en '{$issue?->title}': " . Str::limit($this->comment->body, 60), ]; } }