SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 66 | Next

David J Murphy

"Managing Software Development with Trac and Subversion"


1. Only for Microsoft Windows, Type c: and press Enter.
2. Type cd \Projects (Microsoft Windows) or cd /projects (Linux) and
press Enter.
3. Type \Python24\python.exe \Python24\Scripts\trac-admin (Microsoft
Windows) or trac-admin (Linux) followed by trac/sandbox and
press Enter.
Ticket Types
Trac comes with three pre-defined ticket types. We can see the possible values with:
Trac [/projects/trac/sandbox]> ticket_type list
Possible Values
---------------
defect
enhancement
task
Chapter 5
[ 51 ]
We can change an existing ticket type with:
ticket_type change
E.g. to change defect to bug we would type:
ticket_type change defect bug
We can add a new type with:
ticket_type add
Replacing add with remove will delete that type from the list.
Finally we can change the order with:
ticket_type order up
This will move the specified value up the list. up can be replaced with down for
obvious results.
Priority
Priority is also known as severity within trac-admin.
Priority is used to indicate how important a ticket is to us. Similar to types, we can
see the possible values with:
Trac [/projects/trac/sandbox]> priority list
Possible Values
---------------
blocker
critical
major
minor
trivial
As with types, the list can be edited with change, add, remove, and order commands.


Pages:
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78