Actions
Defect #32168
openAllow issue id with "#" prefix for the value of issue ids filter
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues filter
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I found an inconsistent behavior regarding issues filter.
"Parent task" and "Subtasks" filter accept issue ids with "#" prefix (e.g. #123), however, "Issues" filter does not. I think "Issues" filter should also behave the same.
Filter value | "Parent task" / "Subtasks" filter | "Issue" filter |
---|---|---|
10,11 |
OK | OK |
#10,#11 |
OK | "Issue is invalid" error |
10, 11 |
OK | "Issue is invalid" error |
Files
Related issues
Updated by Yuichi HARADA about 5 years ago
- File 32168.patch 32168.patch added
Accepted to input with "#" prefix even in "Issue" filter.
I attached a patch.
Updated by Go MAEDA about 5 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 4 years ago
- Related to Feature #33352: Enable inline issue autocomplete in issue id query filter fields added
Actions