phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
19 stars 28 forks source link

Empty state when reporting issue to GitHub #158

Closed nijel closed 7 years ago

nijel commented 7 years ago

It seems the state synchronization doesn't do the right thing when creating new issues in GitHub as it did set empty state (https://reports.phpmyadmin.net/reports/view/33415).

devenbansod commented 7 years ago

Sorry, but I think I am unable to understand this completely.

Is it: We link a report by creating a new issue. Then we receive a web-hook event for this issue, and we are setting the status as blank. ?

OR is it related to linking it with already existing issue? OR is it related to listening to the closing of a linked-issue on Github?

nijel commented 7 years ago

Sorry for not being clear enough.

Before creating the GitHub issue the state is "New":

screenshot-2017-6-15 reports phpmyadmin - error reporting server

It stays so immediately after creating the GitHub issue, however as soon as the notification arrives it is changed to empty:

screenshot-2017-6-15 reports phpmyadmin - error reporting server - after

nijel commented 7 years ago

Seems to be fixed by #162.