Defect #32168
Allow issue id with "#" prefix for the value of issue ids filter
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues filter | |||
Target version: | Candidate for next major release | |||
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 |
Related issues
History
#1
Updated by Yuichi HARADA over 1 year ago
- File 32168.patch
added
Accepted to input with "#" prefix even in "Issue" filter.
I attached a patch.
#2
Updated by Go MAEDA over 1 year ago
- Target version set to Candidate for next major release
#3
Updated by Go MAEDA 12 months ago
- Related to Feature #33352: Enable inline issue autocomplete in issue id query filter fields added