MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / onIssueRemoved

Method onIssueRemoved

integrations/linear/src/index.ts:1874–1876  ·  view source on GitHub ↗
(params: TriggerParams = {})

Source from the content-addressed store, hash-verified

1872 }
1873
1874 onIssueRemoved(params: TriggerParams = {}) {
1875 return createTrigger(this.source, events.onIssueRemoved, params);
1876 }
1877
1878 onIssueUpdated(params: TriggerParams = {}) {
1879 return createTrigger(this.source, events.onIssueUpdated, params);

Callers 1

linear.tsFile · 0.80

Calls 1

createTriggerFunction · 0.90

Tested by

no test coverage detected