API Reference

Sections

Theme switcher

TicketsConnection

TicketsConnection

pageInfoobject Required

Pagination data for this connection.

Show child attributes

edgesarray Required

Contains the nodes in this connection.

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 { "pageInfo": { "hasNextPage": false, "hasPreviousPage": false, "startCursor": null, "endCursor": null }, "edges": [ { "node": { "id": null, "finding_id": null, "ticket_endpoint_id": null, "ticket_provider_id": null, "field_mapping_definition_id": null, "field_mapping_id": null, "external_id": null, "external_status": null, "status": "BACKLOG", "failed_to_close": false, "failed_to_reopen": false, "assignee": null, "sprint": null, "created_by": null, "created_time": null, "created_by_remediation_queue_id": null, "updated_by": null, "updated_time": null, "sync_attachments": false, "last_attachment_time": null, "last_status_update_time": null, "due_date": null, "age": null, "ticket_due_date_remaining_time": null, "ticket_due_date_status": null, "field_mapping_definition": { "id": null, "ticket_provider_id": null, "keys": null, "column_mapping": null, "internal_to_external_status_mapping": null, "external_to_internal_status_mapping": null, "webhook_id": null, "default_value_mapping": null, "created_by": null, "created_time": null, "updated_by": null, "updated_time": null, "ticket_provider": { "id": null, "type": "JIRA", "known_identifier": null, "external_identifier": null, "oauth_client_id": null, "webhook_id": null, "is_enabled": false, "is_installed": false, "change_status_allowed": false, "instructions": [ { "title": null, "description": null, "link": null, "link_text": null } ], "configuration": null, "display": null, "is_internal": false }, "type": "TICKET", "manager_friendly_name": null }, "field_mapping": { "id": null, "field_mapping_definition_id": null, "value_mapping": null, "is_favorite": false, "aligned_to_default": false, "created_by": null, "created_time": null, "updated_by": null, "updated_time": null, "template_id": null, "field_mapping_definition": { "id": null, "ticket_provider_id": null, "keys": null, "column_mapping": null, "internal_to_external_status_mapping": null, "external_to_internal_status_mapping": null, "webhook_id": null, "default_value_mapping": null, "created_by": null, "created_time": null, "updated_by": null, "updated_time": null, "ticket_provider": { "id": null, "type": "JIRA", "known_identifier": null, "external_identifier": null, "oauth_client_id": null, "webhook_id": null, "is_enabled": false, "is_installed": false, "change_status_allowed": false, "instructions": [ { "title": null, "description": null, "link": null, "link_text": null } ], "configuration": null, "display": null, "is_internal": false }, "type": "TICKET", "manager_friendly_name": null } }, "ticket_provider": { "id": null, "type": "JIRA", "known_identifier": null, "external_identifier": null, "oauth_client_id": null, "webhook_id": null, "is_enabled": false, "is_installed": false, "change_status_allowed": false, "instructions": [ { "title": null, "description": null, "link": null, "link_text": null } ], "configuration": null, "display": null, "is_internal": false }, "remediation_queue_title": null, "ticket_assignee_name": null }, "cursor": null } ] }
Was this section helpful?

What made this section unhelpful for you?