You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(webhook): Support for Webhook Name in Webhook Endpoints (#8203)
* feat(webhooks): add by-name methods to connection helper
* feat(webhooks): add connection endpoints by name
* feat(webhooks): add post deployment endpoint by name
* feat(webhooks): add issue endpoints by name
// @Summary receive a record as defined and save it
102
+
// @Description receive a record as follow and save it, example: {"url":"","issue_key":"DLK-1234","title":"a feature from DLK","description":"","epic_key":"","type":"BUG","status":"TODO","original_status":"created","story_point":0,"resolution_date":null,"created_date":"2020-01-01T12:00:00+00:00","updated_date":null,"lead_time_minutes":0,"parent_issue_key":"DLK-1200","priority":"","original_estimate_minutes":0,"time_spent_minutes":0,"time_remaining_minutes":0,"creator_id":"user1131","creator_name":"Nick name 1","assignee_id":"user1132","assignee_name":"Nick name 2","severity":"","component":""}
103
+
// @Tags plugins/webhook
104
+
// @Param body body WebhookIssueRequest true "json body"
0 commit comments