Files
triggerdotdev--trigger.dev/integrations/linear/src/payload-examples/ProjectUpdateUpdated.json
T
nicktrn 15f17d27e0 Going exponential with Linear (#478)
* Unleash GPT magic

* Clean up after GPT

* All the hooks

* Provisional integration catalog entry

* Sample webhook jobs

* Attachments with alpha warnings

* Remove some verbose logs

* Fix IP restrictions

* Remove tunnel

* Revert "Remove tunnel"

This reverts commit c5b69ce6524e3b40c26b66cdc56e087b8576b8c6.

* Resolve event name clashes

* Remove circular dependency

* Use correct payload uuid

* Schema fixes

* Fix webhook event name

* Start to Linearify catalog entry

* Remove todo

* More catalog updates

* Make OAuth work

* Rename webhook helper

* Schema juggling

* More discrimination

* Add Issue SLA event

* Simplify triggers

* Handle rate limits

* Fix Project schema

* Payload examples

* Improve event props

* Remove redundant source metadata

* One type to rule them all

* Recursive WithoutFunctions type

* Linear output serializer

* Some tasks

* Update catalog entry

* Dynamic usage sample

* Bump version

* Remove tunnel

* More tasks

* Add optional skipRetrying on runTask errors

* Fail fast on user errors

* Entity getter tasks

* Another couple of tasks

* Token to apiKey

* Sort tasks

* Add filtered issue SLA triggers

* Add docs

* Type fixes

* Job catalog examples

* Serialization helper docs

* Add changeset

* Refactor webhooks

* Enhance properties

* Pagination helper and docs

* Clean up imports

* Change misc catalog job

---------

Co-authored-by: Matt Aitken <matt@mattaitken.com>
2023-09-21 15:14:54 -07:00

53 lines
1.5 KiB
JSON

{
"data": {
"id": "e5b2ae4e-acb5-4c6c-a22a-56c883e353b4",
"body": "You know the rules and so do I",
"user": {
"id": "b552c442-62c9-40da-9932-ed8cb6e15a3f",
"name": "Rick Astley"
},
"health": "onTrack",
"userId": "b552c442-62c9-40da-9932-ed8cb6e15a3f",
"project": {
"id": "54dac280-389f-4339-8d5d-de347a56eb79",
"name": "Rick's World"
},
"editedAt": "2023-09-17T11:28:39.142Z",
"roadmaps": [],
"createdAt": "2023-09-17T11:28:23.406Z",
"projectId": "54dac280-389f-4339-8d5d-de347a56eb79",
"updatedAt": "2023-09-17T11:28:39.142Z",
"infoSnapshot": {
"state": "backlog",
"leadId": "b552c442-62c9-40da-9932-ed8cb6e15a3f",
"memberIds": [
"b552c442-62c9-40da-9932-ed8cb6e15a3f"
],
"teamsInfo": [
{
"id": "0d9e46fb-bf4a-4d7b-9bb0-d5928d8b1c9f",
"issueInfo": {
"triageCount": 0,
"backlogCount": 0,
"startedCount": 0,
"canceledCount": 0,
"completedCount": 0,
"unstartedCount": 0
}
}
],
"milestonesInfo": []
}
},
"type": "ProjectUpdate",
"action": "update",
"createdAt": "2023-09-17T11:28:39.142Z",
"webhookId": "d617c08b-47b6-4b09-a611-2e2f6d8fb99f",
"updatedFrom": {
"body": "We're no strangers to love",
"editedAt": null,
"updatedAt": "2023-09-17T11:28:23.406Z"
},
"organizationId": "7c0221e0-76d2-45eb-b803-6163c046c534",
"webhookTimestamp": "2023-09-17T11:28:39.181Z"
}