Skip to content

takenori-kabeya/InitialZeroHour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

InitialZeroHour

redmineで、作業時間に初期値0:00を設定するプラグインです。 さらに作業時間のカスタムフィールドに「開始日時」がある場合、HH:MM形式でそのフィールドに現在時刻(を5分単位に丸めたもの)を設定します。

使い方

  1. カスタムフィールドとして「作業時間」に、「開始日時」「終了日時」フィールドを追加します。 フィールド名は上記の通りにしてください。型はテキストで、正規表現に「^(\d{4}/){0,1}(\d{1,2}/\d{1,2}\s+){0,1}\d{1,2}:\d{2}$」を入れておくと良いでしょう
  2. redmineのpluginsフォルダに、initial_zero_hourフォルダをコピーします。
  3. redmineを再起動します。
  4. チケットなどの「時間を記録」から作業時間入力画面を表示します。「時間」の初期値に0:00が入ります。
  5. 開始日時には現在時刻(を5分単位に丸めたもの)が入ります。

CalcTimeFromStartEndプラグインと組み合わせると良いでしょう。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages