Skip to content

Support reopening tracker issues from the merge request or commit message

What does this MR do?

Support reopening issues by specifying Reopen/Reopening/Reopens <issue(s)> in a similar manner to the currently supported Closes/Fixing <issue(s)> format, from the merge request of the commit message.

Are there points in the code the reviewer needs to double check?

The regex (ISSUE_REOPEN_REGEX) in lib/gitlab/reopening_issue_extractor.rb.

Why was this MR needed?

A feature request (https://gitlab.com/gitlab-org/gitlab-ce/issues/26072)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26072 (moved)

Merge request reports