12
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GitLabでissueが勝手にクローズされるようになった件 (2018/2/22リリース)

Posted at

仕事でGitLabを使って問題管理をしています。

昨日openしたばかりの、issueに着手しようとしたところ、、、

closed画面.png

なんと、closeされている。

自分のミスかなとログを見ると、

viaCommit.png

closed via commitという謎のメッセージ。

確か、git hub だとissueとプルリクを関連付けることができ、プルリクがマージされた時点で、関連するissueをcloseできる optionがあったはず ←ココ大事

先週くらいまではなんともなかったので、アップデート内容を確認しました。

リリース内容
https://about.gitlab.com/releases/

Automatic issue closing
https://docs.gitlab.com/ee/user/project/issues/automatic_issue_closing.html#default-closing-pattern-value

要約すると、 下記のコミットメッセージを含むコミットをした場合、自動でissueがクローズされる とのことでした。

Close, Closes, Closed, Closing, close, closes, closed, closing,
Fix, Fixes, Fixed, Fixing, fix, fixes, fixed, fixing,
Resolve, Resolves, Resolved, Resolving, resolve, resolves, resolved, resolving

設定でオフにもできない ので、とりあえずウチのチームでは 禁止用語 にしました。
なんじゃそりゃ。

12
10
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?