Quantcast
Channel: redmine - Enjoy*Study
Browsing index pages (85 articles)

Image may be NSFW.
Clik here to view.

View customize plugin の v3.5.4 をリリースしました。

View customize plugin の v3.5.4 をリリースしました。Redmine本体は6.0からSVGアイコンに変わっていましたが、View customizeはPNGアイコンのままでした。それがRedmine本体のバージョンにあわせてSVG、PNGで切り替わるようになりました。@hidakatsuyaさんのPull Requestによるものです。ありがとうございました。

View Article


Redmineに寄付したい

この記事は Redmine Advent Calendar 2024 - Adventarの5日目の記事になります。Redmineですが、現状寄付はPayPalのみとなっています。Donors - Redmine日本からだとPayPalを使った海外への寄付はできません。Redmineは日本にユーザが多く、私のように寄付できなくて残念と思う方も多いと思うので、redmine.org...

View Article


Redmine: View customize plugin の v3.5.1 をリリースしました

View customize plugin の v3.5.1 をリリースしました。ViewCustomize.contextのプロジェクトカスタムフィールドで、ユーザのロールに関係なくすべて参照できてしまう状態だったのを修正しました。limit custom fields to defined user visibility by ftobler · Pull Request #120 ·...

View Article

Redmine: View customize plugin の v3.5.0 をリリースしました

View customize plugin の v3.5.0...

View Article

Image may be NSFW.
Clik here to view.

ステータスを終了に変える時に、添付ファイルを必須にする(Redmine View Customize Plugin)

下記問い合わせに対応して、ステータスを終了に変える時に、添付ファイルを必須にするサンプルを作成しました。対応イメージコード内容は下記にまとめています。https://github.com/onozaty/redmine-view-customize-scripts/blob/master/examples/0060.require_attachments_when_changing_status_c...

View Article


Image may be NSFW.
Clik here to view.

カスタムフィールドの日付に応じて、チケット一覧の背景色を変更(Redmine View Customize Plugin)

下記問い合わせに対応して、カスタムフィールドの日付に応じて、チケット一覧の背景色を変更するサンプルを作成しました。対応イメージDateというカスタムフィールドの日付によって色を変えています。コード内容は下記にまとめています。https://github.com/onozaty/redmine-view-customize-scripts/blob/master/examples/0059.chang...

View Article

Image may be NSFW.
Clik here to view.

チケットのカスタムフィールドの選択肢を、プロジェクトのカスタムフィールドで制御(Redmine View Customize Plugin)

下記問い合わせに対応して、チケットのカスタムフィールドの選択肢を、プロジェクトのカスタムフィールドで制御するサンプルを作成しました。動作イメージチケットとプロジェクトで同じ選択肢を持つカスタムフィールドを用意しておいて、それぞれを連動させるイメージです。コード内容は下記にまとめています。https://github.com/onozaty/redmine-view-customize-scripts...

View Article

Image may be NSFW.
Clik here to view.

Web APIを利用して郵便番号から住所を取得して設定(Redmine View Customize Plugin)

下記問い合わせに対応して、Web APIを利用して郵便番号から住所を取得して設定するサンプルを作成しました。動作イメージ下記APIを利用して住所を設定しています。郵便番号検索API -...

View Article


Image may be NSFW.
Clik here to view.

親のカスタムフィールドの値に応じて、子のカスタムフィールドの表示/非表示を切り替え(Redmine View Customize Plugin)

下記問い合わせに対応して、親のカスタムフィールドの値に応じて、子のカスタムフィールドの表示/非表示を切り替えるサンプルを作成しました。動作イメージコード内容は下記にまとめています。https://github.com/onozaty/redmine-view-customize-scripts/blob/master/examples/0054.change_child_custom_field_v...

View Article


Image may be NSFW.
Clik here to view.

ステータスを変更したらカスタムフィールドに現在日時を設定(Redmine View Customize Plugin)

下記問い合わせに対応して、ステータスを変更したらカスタムフィールドに現在日時を設定するサンプルを作成しました。動作イメージステータスがIn...

View Article

Redmine: View customize plugin の v3.4.0 をリリースしました

View customize plugin の v3.4.0 をリリースしました。ViewCustomize.context.user.mailでメールアドレスが取れるようになりました。

View Article

Image may be NSFW.
Clik here to view.

Redmine issue assign notice plugin の v2.2.0 をリリースしました

チケットの担当者が変わったときに、SlackやRocket.Chat、Teams、Google Chat、Mattermostなどに通知するプラグイン、Redmine issue assign notice pluginのv2.2.0をリリースしました。GitHub - onozaty/redmine_issue_assign_notice: It is a plugin of Redmine...

View Article

Image may be NSFW.
Clik here to view.

Redmine: View customize plugin の v3.3.0 をリリースしました

View customize plugin の v3.3.0 をリリースしました。挿入位置として「チケット一覧のコンテキストメニュー」を追加しています。(マージリクエストをいただきました)コンテキストメニューに対してカスタマイズする際には、下記のサンプルのような感じでちょっと面倒だったのですが、、$(function() {// Replace the show function in jQuery...

View Article


--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article

--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article


--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article

Image may be NSFW.
Clik here to view.

担当者にグループのみを表示(Redmine View Customize Plugin)

下記問い合わせに対応して、担当者にグループのみを表示するサンプルを作成しました。BeforeAfterコード内容は下記にまとめています。https://github.com/onozaty/redmine-view-customize-scripts/blob/master/examples/0050.display_only_group_in_assignee/example.md

View Article


Image may be NSFW.
Clik here to view.

説明欄のテキストエリアの高さを変更(Redmine View Customize Plugin)

Redmine Users のメーリングリストに流れていたので、View...

View Article

Redmine: View customize plugin の v3.1.0 をリリースしました

View customize plugin の v3.1.0 をリリースしました。onozaty/redmine-view-customize - GitHub中国語(簡体字)のlocaleを追加しています。

View Article

redmine-issue-loader のバージョン2.5.0をリリースしました

CSVを読み込んでRedmineのチケットを新規作成、更新するツール、redmine-issue-loaderのバージョン2.5.0をリリースしました。今回のリリースにて、ウォッチャーの登録に対応しています。{"headerName": "Watchers", "type": "WATCHER_USER_IDS", "multipleItemSeparator": ";", "mappings":...

View Article
Browsing index pages (85 articles)


Latest Images