vote up 0 vote down star

When creating New Ticket in the TRAC it shows a selectbox for component in the Ticket Properties. I only have two dummy options: component1 and component2.

How do I edit this list? How do I add more components to the project?

flag

62% accept rate

2 Answers

vote up 2 vote down check

The easiest way to achieve this is via the WebAdmin plugin. You can easily edit your components, ticket types, severtities, etc from there.

As Oliver Giesen informs us in his comment: With trac 0.11 and higher, the WebAdmin plugin is already part of the standard install.

link|flag
you might want to mention that WebAdmin is already bundled with trac 0.11.x - no need to install anything extra there – Oliver Giesen Feb 23 at 22:03
Oh. That's good to know. I'm still on 0.10.something. – Manni Feb 24 at 9:29
vote up 1 vote down
trac-admin component list
    -- Show available components
trac-admin component add  
    -- Add a new component
trac-admin component rename  
    -- Rename a component
trac-admin component remove 
    -- Remove/uninstall component
trac-admin component chown  
    -- Change component ownership
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.