Actions
Bug #5412
openWebhook for "pullrequest commented" event returns incomplete data
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04.01.2018
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
If there is a new pull request comment along with a status change, webhook returns the status as null instead of the actual status with the comment.
Here is the part of data returned:
comment: {
permalink_url: "https://rhodecode/_admin/pull-request/999#comment-6666",
line: null,
type: "note",
status: null,
text: "test test",
file: null,
url: "https://rhodecode/_admin/pull-request/999#comment-6666"
},
Actions