Support reopening tracker issues from the merge request or commit message
requested to merge amitizle/gitlab-ce:26072-support-reopen-issues-from-merge-or-commit-message into master
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?
-
Changelog entry added -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together
What are the relevant issue numbers?
Closes #26072 (moved)