Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#532 closed enhancement (wontfix)

List tickets associated with a milestone

Reported by: mpalmer@… Owned by: Alec Thomas
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

Here's a fairly simple patch to list all of the ticket IDs which are associated with a particular milestone. See, I don't just report frivolous bugs. <grin>

Attachments (1)

milestone_tickets.patch (1.2 KB) - added by mpalmer@… 18 years ago.

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by mpalmer@…

Attachment: milestone_tickets.patch added

comment:1 Changed 18 years ago by Alec Thomas

Resolution: wontfix
Status: newclosed

Heh cool, thanks ;)

This is really duplicating the query functionality though:

rpc.ticket.query('milestone=foo&status!=closed')

I'll close this ticket but feel free to reopen if you have a compelling reason for distinct methods.

comment:2 Changed 18 years ago by mpalmer@…

Arglebargle! I'm never going to get a patch in, am I? <grin> I think ticket.query is a much better way, I just didn't realise you could do that. Is there some documentation (in the xmlrpc plugin or elsewhere) on exactly what you can do with the query string? Might save me writing some other unnecessary methods...

comment:3 in reply to:  2 Changed 18 years ago by anonymous

Replying to mpalmer@hezmatt.org:

... Is there some documentation ... on exactly what you can do with the query string?

See Trac:TracQuery#QueryLanguage

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Alec Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.