Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#5688 closed defect (worksforme)

Macro: TicketQuery doesn't take !=

Reported by: Kenneth Xu <kennethxu@…> 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 Emmanuel Blot, 17 years ago

Milestone: 0.110.11.1

comment:2 by anonymous, 17 years ago

From the looks, the macro will quite happily accept != as long as it's not the first query operator.

comment:3 by nomorsad, 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 anonymous, 17 years ago

Cc: nomorsad.pouelle@… added

comment:5 by Christian Boos, 17 years ago

Milestone: 0.11.1
Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.