New automation trigger

Feature request for product/service

Cloud Agent (GitHub, Slack, Linear,…)

Describe the request

I’d like to be able to trigger an automation on a linear comment, and it would be nice to be able to filter out issues by status/project, etc.

Hey @JBP, thanks for the suggestion.

You can already scope a Linear trigger by team, project, and (on status changed) the destination status, so it only runs for the issues you care about. The three Linear events today are issue created, status changed, and end of cycle: Automations | Cursor Docs

There isn’t a Linear “comment added” trigger yet. Two ways to get close: mention @Cursor in a Linear comment to start a cloud agent on that issue, or use the Webhook trigger and send Linear comment events to it.

Using the @Cursor is far from being the same thing, I can’t use an automation with a specific prompt.

And webhook is a nogo, you only handle a Bearer token for authentication and Linear only handle HMAC. Maybe you could add this too to your roadmap : HMAC support for the webhooks :slight_smile: