Support Jira Webhook
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/support-jira-webhook/ |
Webhook |
Webhook
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
WebHookReceiverRequest - API Source:
support_jira_webhook
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
webhookEvent |
string | ✓ |
issue |
object | ✓ |
issue.key |
string | ✓ |
issue.fields |
object | ✓ |
issue.fields.project |
object | ✓ |
issue.fields.project.id |
string | ✓ |
issue.fields.project.name |
string | ✓ |
issue.fields.project.key |
string | ✓ |
issue.fields.comment |
object (free-form) | |
comment |
object | |
comment.id |
string | ✓ |
changelog |
object | |
changelog.items |
array of anys | ✓ |
issue_event_type_name |
string |
200 -
| Field | Type |
|---|---|
webhookEvent |
string |
issue |
object |
issue.key |
string |
issue.fields |
object |
issue.fields.project |
object |
issue.fields.project.id |
string |
issue.fields.project.name |
string |
issue.fields.project.key |
string |
issue.fields.comment |
object (free-form) |
comment |
object |
comment.id |
string |
changelog |
object |
changelog.items |
array of anys |
issue_event_type_name |
string |