On Wed, Feb 12, 2014 at 4:49 PM, Han Wang <[email protected]> wrote: > I was wondering how we can edit the "component" and "version"? I tried the > trac-admin tool "component list", and didn't see the default "component1" > and "component2", and therefore couldn't delete them. I added a new > component using "component add" with trac-admin, but couldn't see it in the > web interface. The same thing happened with "version". Could anyone give me > some pointers for this problem? > > Thanks, > -- Han >
Component and Version are scoped to products. If you are using trac-admin, trac-admin $env product admin <prefix> component add component3 hwang You can also add a component through the product's admin page: /products/<prefix>/admin/ticket/components
