|
| 1 | +{ |
| 2 | + "id": "044a462c-1acd-4092-8e66-51e4d7c9c7ca", |
| 3 | + "identifier": "SAMPLE-15", |
| 4 | + "url": "https://linear.app/example/issue/SAMPLE-15", |
| 5 | + "title": "Zapier sample", |
| 6 | + "description": "More information about the issue", |
| 7 | + "priority": 0, |
| 8 | + "estimate": null, |
| 9 | + "dueDate": null, |
| 10 | + "slaBreachesAt": null, |
| 11 | + "slaStartedAt": null, |
| 12 | + "createdAt": "2022-10-27T21:20:59.199Z", |
| 13 | + "updatedAt": "2022-10-27T21:20:59.199Z", |
| 14 | + "teamId": "2b03b41f-4b55-4779-bd22-4786eb76e11f", |
| 15 | + "team": { |
| 16 | + "id": "2b03b41f-4b55-4779-bd22-4786eb76e11f", |
| 17 | + "key": "SAMPLE", |
| 18 | + "name": "Sample Team" |
| 19 | + }, |
| 20 | + "project": { |
| 21 | + "id": "04a48f13-c39f-4522-85bb-a17225cbfdf3", |
| 22 | + "name": "My Project" |
| 23 | + }, |
| 24 | + "projectMilestone": { |
| 25 | + "id": "84cb5a2f-4b84-4e90-a06a-d0b38f9ac2dd", |
| 26 | + "name": "V1" |
| 27 | + }, |
| 28 | + "creator": { |
| 29 | + "id": "45920bc2-c4be-434f-b588-f422155667b5", |
| 30 | + "name": "Zapier User", |
| 31 | + "email": "creator@example.com" |
| 32 | + }, |
| 33 | + "assignee": { |
| 34 | + "id": "8a225115-706e-4389-87da-e687b9b5ae76", |
| 35 | + "name": "Zapier User 2", |
| 36 | + "email": "assignee@example.com" |
| 37 | + }, |
| 38 | + "status": { |
| 39 | + "id": "e6d2eb84-b03b-4827-9230-94b0a1099419", |
| 40 | + "name": "In Progress", |
| 41 | + "type": "started" |
| 42 | + }, |
| 43 | + "parent": { |
| 44 | + "id": "e6d2eb84-b03b-4827-9230-94b0a1099419", |
| 45 | + "identifier": "SAMPLE-10", |
| 46 | + "url": "https://linear.app/example/issue/SAMPLE-10", |
| 47 | + "title": "Zapier parent sample" |
| 48 | + }, |
| 49 | + "addedLabels": [], |
| 50 | + "attachments": { |
| 51 | + "nodes": [ |
| 52 | + { |
| 53 | + "id": "2d08eab7-8f8c-44e4-b3cd-4a5e6297fcc4", |
| 54 | + "title": "Question #1174", |
| 55 | + "subtitle": "Testing screenshots", |
| 56 | + "url": "https://example.zendesk.com/tickets/1174", |
| 57 | + "source": { "type": "zendesk" }, |
| 58 | + "sourceType": "zendesk", |
| 59 | + "metadata": { |
| 60 | + "id": 1174, |
| 61 | + "title": "Testing screenshots", |
| 62 | + "priority": "normal", |
| 63 | + "attributes": [ |
| 64 | + { "name": "Type", "value": "Question" }, |
| 65 | + { "name": "Priority", "value": "normal" } |
| 66 | + ] |
| 67 | + } |
| 68 | + } |
| 69 | + ] |
| 70 | + } |
| 71 | +} |
0 commit comments