Modify ↓
Opened 17 years ago
Closed 17 years ago
#5688 closed defect (worksforme)
Macro: TicketQuery doesn't take !=
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | nomorsad.pouelle@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Error: Macro TicketQuery(status!=new|assigned|reopened&milestone=sample) failed Query filter requires field and constraints separated by a "="
Environement:
- Windows Server 2003
- Apache 2.2.4
- SVN 1.4.4
- Python 2.5.1
- SetupTools 0.6c6
- Genshi 0.4.2
- Pygments 0.8.1
- PySqlite 2.3.4
- mod_python-3.3.1
- svn-python-1.4.4
Attachments (0)
Change History (5)
comment:1 by , 17 years ago
Milestone: | 0.11 → 0.11.1 |
---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
I think it should be for 0.11, because some simple queries didn't work at all:
Error: Macro TicketQuery(status!=closed) failed Query filter requires field and constraints separated by a "="
comment:4 by , 17 years ago
Cc: | added |
---|
comment:5 by , 17 years ago
Milestone: | 0.11.1 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Those queries are now working in trunk (r6112), AFAICT.
I don't know exactly which changeset(s) fixed that, so I'm simply closing as worksforme.
Note:
See TracTickets
for help on using tickets.
From the looks, the macro will quite happily accept != as long as it's not the first query operator.