Defect #19271
closedConfiguration of which versions are shown in version-format custom fields should not affect issue query filter
0%
Description
The feature implemented as #8572 is great. It allows to limit to what values custom field can be set when issue is edited, e.g. allow to assign custom field only to open versions.
Unfortunately, this settings is affecting values that are shown for the custom field when building issue search query. This makes it impossible to search issues e.g. for closed or locked versions and makes entire feature a bit useless.
Files
Related issues
Updated by Sebastian Paluch over 9 years ago
- File field_format.rb.patch field_format.rb.patch added
- Status changed from New to Resolved
I have created a patch fixing the problem. It is simply passing an option from query_filter_options to indicate that all values should be returned and is fully transparent for all other use cases.
Would be good if it could be included soon.
Updated by Toshi MARUYAMA over 9 years ago
- Related to Feature #8572: Configuration of which versions (by version-status) are shown in version-format custom fields added
Updated by Sebastian Paluch over 9 years ago
Can we please plan this to be included is a coming release?
It is very annoying that we have to see over 20 versions that are already closed, it is hard to find the right one in between...
Updated by Jean-Philippe Lang about 9 years ago
- Subject changed from Configuration of which versions (by version-status) are shown in version-format custom fields should not affect issue query to Configuration of which versions are shown in version-format custom fields should not affect issue query filter
- Status changed from Resolved to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
This is fixed in r14623. Implementation is slightly different than the proposed patch and a test is added.