プロジェクト

全般

プロフィール

Vote #69001

完了

Allow a default version to be set on the command line for incoming emails

Admin Redmine さんが3年以上前に追加. 3年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Email receiving_29
対象バージョン:
開始日:
2011/01/17
期日:
進捗率:

0%

予定工数:
category_id:
29
version_id:
102
issue_org_id:
7346
author_id:
21603
assigned_to_id:
1
comments:
1
status_id:
5
tracker_id:
2
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

Feature #5622 added support to allow the target_version (fixed_version in the implementation) to be set in the contents on an incoming email; this is a useful addition.

It would be really useful to also allow a default version to be set on the command line (for new tickets) when calling @receive_pop3@ or @receive_imap@. This would be really useful in cases where you want all new tickets to be added to a version such as 'Unassigned Backlog", "For Review", etc...

This is a very minor change to redmine/lib/tasks/email.rake to add @fixed_version@ to the list of attributes that can be set for both :receive_pop3 and :receive_imap, and add a relevant description to the command line help. e.g. replace @%w(project status tracker category priority).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] }
with %w(project status tracker category priority fixed_version).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] }@


journals

Feature added in r14789.
--------------------------------------------------------------------------------

Admin Redmine さんが3年以上前に更新

  • カテゴリEmail receiving_29 にセット
  • 対象バージョン3.2.0_102 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0