プロジェクト

全般

プロフィール

Vote #73612

未完了

Filters can only search for values in the possible values for custom fields.

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Issues_2
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
2
version_id:
0
issue_org_id:
13543
author_id:
74877
assigned_to_id:
0
comments:
0
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[New]

説明

For a custom field you can specify a list of possible values. If this list changes there is no way
to search for values that no longer are valid to set. Even though they may have been set before.

A better way for the issues-filter drop down to populate its contents than using the list of possible
values would be to query the database for all unique values for a particular category.

select distinct(value) from custom_values where custom_field_id = ;

This approach makes it possible to do a mass-update on issues with invalid custom-field values. This
is obviously hard if your aren't allowed to search for them.

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

いいね!0
いいね!0