[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[kagemai-users:0431] Re: バグの情報変更にたいしてメールを送りたくないときの対応
福岡さん
> 該当のプロジェクトの、reporttype.xml も見せてもらえないでしょうか。
テスト用ですがこの環境でだめなので送ります。
よろしくおねがいします
さくらぎ
<?xml version="1.0" encoding="EUC-JP"?>
<ReportType id="normal" name="BTS">
<description>
一般的なバグレポートを扱います。
バグレポートは送信者、タイトル、状態、カテゴリ、バージョン、担当者などのフィールドを持ち、ファイルを添付することもできます。
</description>
<string delete="false" name="送信者" id="email" use_cookie="true" show_header_line="true" show_header="true" email_check="true">送信者のメールアドレスを入力してください。</string>
<select choices="リーダー会, RT会議, 全体会, チーム会, その他" name="会議" default="リーダー会" allow_guest="true" list_item="true" id="kaigitai" radio="true" report_attr="true">
<choice id="リーダー会" sdesc="" show_topics="false"></choice>
<choice id="RT会議" sdesc="" show_topics="false"></choice>
<choice id="全体会" sdesc="" show_topics="false"></choice>
<choice id="チーム会" sdesc="" show_topics="false"></choice>
<choice id="その他" sdesc="" show_topics="false"></choice>
</select>
<string delete="false" name="アクション" allow_guest="true" list_item="true" id="title" report_attr="true">アクションアイテムの内容を簡潔に記入してください</string>
<select choices="新規, 対応中, 対応済, 終了" delete="false" name="状態" default="新規" list_item="true" id="status" report_attr="true" close_by="終了" show_header="true" show_topics="true">
<choice id="新規" sdesc="提案されているもの" show_topics="false">新しく投稿されたバグです</choice>
<choice id="対応中" sdesc="" show_topics="false"></choice>
<choice id="対応済" sdesc="" show_topics="false"></choice>
<choice id="終了" sdesc="" show_topics="false"></choice>
完了はなくしました。
対応済になってから二週間たったら終了にします
</select>
<select hide_from_guest="false" choices="未定, 櫻木" name="担当者" default="未定" allow_guest="false" list_item="on" allow_user="on" id="assigned" radio="on" use_cookie="false" report_attr="on" show_header_line="false" show_header="on" email_check="false" show_topics="on">
<choice id="未定"></choice>
<choice id="櫻木" sdesc="" show_topics="false"></choice>
</select>
<string name="納期" size="20" default="" allow_guest="true" list_item="true" id="nouki" report_attr="true" show_header="true">締め切り
yy/mm/ddで入力してください。</string>
<text delete="false" name="内容" default="" allow_user="false" id="body">簡潔・明瞭にどうぞ。余分な引用や挨拶はいりません。</text>
<file name="添付ファイル" default="" id="attachment">ファイル名を指定してください。日本語のファイル名はやめておいた方が無難です。</file>
<string default="" id="netpath" allow_user="false"></string>
<boolean name="送信?" default="off" allow_user="false" id="remail">メールを送信したいときはONにしてください</boolean>
</ReportType>