That was a nice idea yoheeb, I will take a look at those plugins you
suggested.
I find a way to do what I want but it'll require a lot of coding. I think
your suggestion will be enought for now.

Thank you!


2009/9/14 yoheeb <[email protected]>

>
> On Sep 14, 1:25 pm, yoheeb <[email protected]> wrote:
> > On Sep 12, 9:31 am, Daniel Camargo <[email protected]> wrote:
> >
> > > Hi everyone,
> > > I want Trac to manage different kinds of tickets with specific rules.
> > > At first I need to create a special kind (type) of ticket called
> "Feature".
> > > A feature ticket should have a different set of fields and permissions
> > > (FEATURE_VIEW, FEATURE_CREATE, etc) if compared to a normal defect
> ticket.
> > > If possible I want it to be accessed throgh a different tipe of link
> macro
> > > ("FT#10 <http://#>" instead of "#10 <http://#>")
> >
> > > Thanks in advance.
> >
> > > Daniel
> >
> > I think you could do most of what you want fairly easily with a
> > combination of "TypedTicketWorkflow", custom permissions, and probably
> > MasterTicketsPlugin.  Combined with trac's current worKfLow/
> > permission configuration features.
> >
> > the exception being the custom link type.
> >
> > What we do here, we use "feature tickets" with Master tickets and the
> > TypedTicketWorkflow plugin.  All our feature tickets happen to begin
> > with "Feature Ticket - ...." for the summary which makes it a bit
> > easier (when you mouse-over #12345 link, you see "Feature ticket....")
> > and provides the "intenT" of your special link type for our purposes.
> > We don't use custom PERMISSIONS, I required TICKET_ADMIN to do specific
> > workflow steps to Feature Ticket type tickets, using the
> > TypedTicketWorkflow capabilities.
> >
> > We add all "sub tickets" of a feature as blocking with master
> > tickets.  I personally also choose to give each feature ticket a
> > milestone, so I can use the progressmetermacro right in the ticket
> > description, and also do some roadmap level stuff,  but that is a bit
> > retentive.
>
> wow, my typing was horrible there, sorry for those of you still
> getting the typo's out of your burning eyes...  some corrections in-
> lined above!
> >
>

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