Modify ↓
Opened 19 years ago
Last modified 3 years ago
#1901 new enhancement
Add contains option to milestone filter in custom query
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | unscheduled |
Component: | query system | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I use similar milestone names of alpha, beta, and production releases. For example:
- 1.0ph1 (alpha)
- 1.0ph5 (beta)
- 1.0 (production release)
It would be very useful if I could use the custom query to accumulate all the tickets of a release. Unfortunately, the milestone filter currently only allows is/is not. Adding a contains option would let me do this.
Attachments (0)
Change History (5)
comment:1 by , 19 years ago
Priority: | normal → low |
---|---|
Severity: | normal → minor |
Type: | defect → enhancement |
comment:4 by , 10 years ago
Owner: | removed |
---|
comment:5 by , 6 years ago
Component: | report system → query system |
---|---|
Keywords: | custom query removed |
Note:
See TracTickets
for help on using tickets.
Switching to "contains" would require the value field to morph into a text field instead of a drop-down menu, so this isn't easy.
In the meantime, you can add one milestone filter per the release. They will be OR-ed together and produce the effect you want.