On Oct 27, 9:54 am, Daan van Etten <[EMAIL PROTECTED]> wrote:
> Hi Greg,
>
> You could write a simple SQL query that updates the ticket milestone  
> based on some criteria...
>
> Regards,
>
> Daan
>
> On 27 okt 2008, at 15:51, Greg Troxel wrote:
>
>
>
> > I am running 0.11.1 with postgresql back end via apache22 and mod_wsgi
> > and no plugins.
>
> > I would like a way to bulk move a bunch of tickets to a new milestone,
> > preferably with no email.  I am thinking of writing a scrit
>
> > trac-move-tickets new-milestone # [# ...]
>
> > that just connects to the db and bashes the milestone via sql.
>
> > I could add to trac a way to select tickets and do bulk operations,  
> > but
> > that seems a lot harder.
>
> > Am I missing some other method?

Or you could use the BatchModify plugin.  you get to use the trac
query engine to filter out your conditions as a bonus.  Just remember
to check the box for each ticket you actually want to apply the change
to.  or, if applicable, hit the "select all" checkbox.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to