-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redmine Pull request disappears #27
Comments
Maybe the webhook sent on close does not contain the description/body? Every time that is changed, the linked merge requests are updated. I'm not using the Gitea integration myself. So I can only guess. Maybe @saitho who developed the adapter has more ideas? |
I am experiencing the same issue. Indeed the body is empty in gitea's PR merged/closed webhook payload. |
Maybe we can make the Gitea adater only update the description if the corresponding field is present? Happy to accept a PR that adds a test case similar to the existing ones with a webhook payload that represents this case and makes sure. |
It will be fixed on the Gitea side in the upcoming 1.14.3 patch release. |
Hello,
My setup:
Problem:
Creating a pullrequest with the ticket number "#1234" within Gitea creates an entry in the Redmine Ticket.
As soon as the pullrequest is closed, by Merge or Close, the entry disappears in the ticket.
I have already looked at the Redmine DB and noticed the following behavior.
Greetings,
Peter
The text was updated successfully, but these errors were encountered: