A rank field would do the job nicely but would it also rank the jobs
on the developer machines (they're seeing Track through eclipse/
mylyn). If thats a question I should be asking over in mylyn land, my
apologies, I'm still trying to understand who developed what.

Matt


On Feb 16, 1:17 pm, Christian Boos <[email protected]> wrote:
> On 2/16/2011 1:57 PM, Matthew Crane wrote:
>
> > Hi Erik
>
> > So say I have 10 tickets assigned to a programmer, 5 of them are set
> > to major, I'd like the ability to order those 5 so that the programmer
> > can simply work down the list of tickets. I could presumably use a
> > combination of priority and severity but I was wondering whether there
> > was potentially a more presicse way of ordering tickets?
> >> ...
> >> Or add some custom field that matches your 
> >> need:http://trac.edgewall.org/wiki/TracTicketsCustomFields
>
> >> Cheers / Erik
>
> We're working on adding custom date fields for 0.13, see #1942.
>
> But I'm not sure dates are really what you would need here, as you'd
> probably need to constantly update them, as time passes.
>
> You could instead try to use a relative order, based on a simple custom
> field, like Erik suggested:
>
> [ticket-custom]
> rank = text
> rank.label = Rank
> rank.value = 000
>
> The default value (should) make it clear that 3 digits are needed, be
> careful not to enter less as otherwise the sorting won't work (it's a
> text field, we don't have int fields).
> You'd have to decide the precise conventions about how this rank
> information has to be used.
>
> -- Christian

-- 
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