| Webhook Event |
Description |
sourceIssue.created |
Invoked when a source issue is created.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "sourceIssue.created",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"sourceIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2025-08-20T12:40:00Z",
"text": "Comment text."
}
],
"createdDate": "2025-08-20T12:34:56Z",
"hashcode": "b6f0f1c9e1a04a11",
"reactivated": false,
"reopenedDate": null,
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": null,
"sourceIssueMentions": {
"users": [
{
"userUid": "usr123456"
},
{
"userUid": "usr123456"
}
]
},
"sourceIssueNumber": 1,
"sourceIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"sourceIssueState": {
"code": "OPENED",
"description": "Opened"
},
"sourceIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"sourceIssueText": "Source Issue Text",
"sourceIssueUid": "proj123456"
}
}
|
sourceIssue.deleted |
Invoked when a source issue is deleted.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "sourceIssue.deleted",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"sourceIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2025-08-20T12:40:00Z",
"text": "Comment text."
}
],
"createdDate": "2025-08-20T12:34:56Z",
"hashcode": "b6f0f1c9e1a04a11",
"reactivated": false,
"reopenedDate": null,
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": null,
"sourceIssueMentions": {
"users": [
{
"userUid": "usr123456"
},
{
"userUid": "usr123456"
}
]
},
"sourceIssueNumber": 1,
"sourceIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"sourceIssueState": {
"code": "OPENED",
"description": "Opened"
},
"sourceIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"sourceIssueText": "Source Issue Text",
"sourceIssueUid": "proj123456"
}
}
|
sourceIssue.updated |
Invoked when a source issue is updated.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "sourceIssue.updated",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"sourceIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2025-08-20T12:40:00Z",
"text": "Comment text."
}
],
"createdDate": "2025-08-20T12:34:56Z",
"hashcode": "b6f0f1c9e1a04a11",
"reactivated": false,
"reopenedDate": null,
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": null,
"sourceIssueMentions": {
"users": [
{
"userUid": "usr123456"
},
{
"userUid": "usr123456"
}
]
},
"sourceIssueNumber": 1,
"sourceIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"sourceIssueState": {
"code": "OPENED",
"description": "Opened"
},
"sourceIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"sourceIssueText": "Source Issue Text",
"sourceIssueUid": "proj123456"
}
}
|
sourceIssue.comment.created |
Invoked when a comment is added to a source issue.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "sourceIssue.comment.created",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"sourceIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": null
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "text1",
"updatedDate": "2017-09-06T20:29:15Z"
},
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
],
"createdDate": "2017-09-06T20:29:15Z",
"hashcode": "hash1234567890",
"reactivated": false,
"reopenedDate": "2017-09-06T20:29:15Z",
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": "2017-09-06T20:29:15Z",
"sourceIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"sourceIssueNumber": 63082,
"sourceIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"sourceIssueState": {
"code": "OPENED",
"description": "Opened"
},
"sourceIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"sourceIssueText": "Issue text",
"sourceIssueUid": "proj123456"
},
"sourceIssueComment": {
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
}
|
sourceIssue.comment.deleted |
Invoked when a source issue comment is deleted.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "sourceIssue.comment.deleted",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"sourceIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": null
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "text1",
"updatedDate": "2017-09-06T20:29:15Z"
},
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
],
"createdDate": "2017-09-06T20:29:15Z",
"hashcode": "hash1234567890",
"reactivated": false,
"reopenedDate": "2017-09-06T20:29:15Z",
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": "2017-09-06T20:29:15Z",
"sourceIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"sourceIssueNumber": 63082,
"sourceIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"sourceIssueState": {
"code": "OPENED",
"description": "Opened"
},
"sourceIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"sourceIssueText": "Issue text",
"sourceIssueUid": "proj123456"
},
"sourceIssueComment": {
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
}
|
sourceIssue.comment.updated |
Invoked when a source issue comment is updated.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "sourceIssue.comment.updated",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"sourceIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": null
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "text1",
"updatedDate": "2017-09-06T20:29:15Z"
},
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
],
"createdDate": "2017-09-06T20:29:15Z",
"hashcode": "hash1234567890",
"reactivated": false,
"reopenedDate": "2017-09-06T20:29:15Z",
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": "2017-09-06T20:29:15Z",
"sourceIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"sourceIssueNumber": 63082,
"sourceIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"sourceIssueState": {
"code": "OPENED",
"description": "Opened"
},
"sourceIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"sourceIssueText": "Issue text",
"sourceIssueUid": "proj123456"
},
"sourceIssueComment": {
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
}
|
translationIssue.created |
Invoked when a translation issue is created.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "translationIssue.created",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"translationIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2025-08-20T12:40:00Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "Comment text example.",
"updatedDate": "2025-08-20T12:40:00Z"
}
],
"createdDate": "2025-08-20T12:34:56Z",
"hashcode": "hashcode-example-1234567890",
"locale": {
"localeId": "fr-FR"
},
"reactivated": false,
"reopenedDate": null,
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": null,
"translationIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"translationIssueNumber": 8921,
"translationIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"translationIssueState": {
"code": "OPENED",
"description": "Opened"
},
"translationIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"translationIssueText": "Translation issue text example.",
"translationIssueUid": "proj123456"
}
}
|
translationIssue.deleted |
Invoked when a translation issue is deleted.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "translationIssue.deleted",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"translationIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2025-08-20T12:40:00Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "Comment text example.",
"updatedDate": "2025-08-20T12:40:00Z"
}
],
"createdDate": "2025-08-20T12:34:56Z",
"hashcode": "hashcode-example-1234567890",
"locale": {
"localeId": "fr-FR"
},
"reactivated": false,
"reopenedDate": null,
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": null,
"translationIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"translationIssueNumber": 8921,
"translationIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"translationIssueState": {
"code": "OPENED",
"description": "Opened"
},
"translationIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"translationIssueText": "Translation issue text example.",
"translationIssueUid": "proj123456"
}
}
|
translationIssue.updated |
Invoked when a translation issue is updated.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "translationIssue.updated",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"translationIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2025-08-20T12:40:00Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "Comment text example.",
"updatedDate": "2025-08-20T12:40:00Z"
}
],
"createdDate": "2025-08-20T12:34:56Z",
"hashcode": "hashcode-example-1234567890",
"locale": {
"localeId": "fr-FR"
},
"reactivated": false,
"reopenedDate": null,
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": null,
"translationIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"translationIssueNumber": 8921,
"translationIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"translationIssueState": {
"code": "OPENED",
"description": "Opened"
},
"translationIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"translationIssueText": "Translation issue text example.",
"translationIssueUid": "proj123456"
}
}
|
translationIssue.comment.created |
Invoked when a comment is added to a translation issue.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "translationIssue.comment.created",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"translationIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": null
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "comment text",
"updatedDate": "2017-09-06T20:29:15Z"
}
],
"createdDate": "2017-09-06T20:29:15Z",
"hashcode": "ceba97435019e0b6329599d8bca20d91",
"locale": {
"localeId": "fr-FR"
},
"reactivated": false,
"reopenedDate": "2017-09-06T20:29:15Z",
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": "2017-09-06T20:29:15Z",
"translationIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"translationIssueNumber": 63082,
"translationIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"translationIssueState": {
"code": "OPENED",
"description": "Opened"
},
"translationIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"translationIssueText": "Issue text",
"translationIssueUid": "proj123456"
},
"translationIssueComment": {
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": []
},
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
}
|
translationIssue.comment.deleted |
Invoked when a translation issue comment is deleted.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "translationIssue.comment.deleted",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"translationIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": null
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "comment text",
"updatedDate": "2017-09-06T20:29:15Z"
}
],
"createdDate": "2017-09-06T20:29:15Z",
"hashcode": "ceba97435019e0b6329599d8bca20d91",
"locale": {
"localeId": "fr-FR"
},
"reactivated": false,
"reopenedDate": "2017-09-06T20:29:15Z",
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": "2017-09-06T20:29:15Z",
"translationIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"translationIssueNumber": 63082,
"translationIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"translationIssueState": {
"code": "OPENED",
"description": "Opened"
},
"translationIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"translationIssueText": "Issue text",
"translationIssueUid": "proj123456"
},
"translationIssueComment": {
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": []
},
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
}
|
translationIssue.comment.updated |
Invoked when a translation issue comment is updated.{
"account": {
"accountUid": "acc123456"
},
"eventId": "7a3e610b-840e-416d-a5d7-bb7eca3ef5bf",
"eventType": "translationIssue.comment.updated",
"project": {
"projectUid": "proj123456"
},
"schemaVersion": "1.0",
"translationIssue": {
"answered": false,
"assigneeUser": {
"userUid": "usr123456"
},
"comments": [
{
"commentUid": "com123456",
"createdByUser": {
"userUid": null
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"text": "comment text",
"updatedDate": "2017-09-06T20:29:15Z"
}
],
"createdDate": "2017-09-06T20:29:15Z",
"hashcode": "ceba97435019e0b6329599d8bca20d91",
"locale": {
"localeId": "fr-FR"
},
"reactivated": false,
"reopenedDate": "2017-09-06T20:29:15Z",
"reportedByUser": {
"userUid": "usr123456"
},
"resolvedByUser": {
"userUid": "usr123456"
},
"resolvedDate": "2017-09-06T20:29:15Z",
"translationIssueMentions": {
"users": [
{
"userUid": "usr123456"
}
]
},
"translationIssueNumber": 63082,
"translationIssueSeverityLevel": {
"code": "MEDIUM",
"description": "Medium"
},
"translationIssueState": {
"code": "OPENED",
"description": "Opened"
},
"translationIssueSubType": {
"code": "CLARIFICATION",
"description": "Clarification"
},
"translationIssueText": "Issue text",
"translationIssueUid": "proj123456"
},
"translationIssueComment": {
"commentUid": "com123456",
"createdByUser": {
"userUid": "usr123456"
},
"createdDate": "2017-09-06T20:29:15Z",
"mentions": {
"users": []
},
"text": "text2",
"updatedDate": "2017-09-06T20:29:15Z"
}
}
|