Skip to content

Redmine Pull request disappears #27

@calvu

Description

@calvu

Hello,

My setup:

  • Redmine 3.4.13 (also tested with 3.4.6)
  • Gitea 1.11.6
  • Plugin v2.22

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.

  • When a pull request is created, "merge_requests" and "issues_merge_requests" creates the corresponding entries in the table.
  • When merging a pull request, the entry is deleted from the "issues_merge_requests" table and no new one is created.

Greetings,
Peter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions