edgewall.org/wiki/MacroBazaar.
To include the same data as opposite directly in a page, we would use the following:
[[TicketQuery(type=bug&order=priority)]]
When the page is viewed, we would see a list of ticket IDs and their summaries.
Tracking Our Tasks
[ 56 ]
Using Milestones
Milestones allow us to group tickets together and then track our progress toward
meeting that milestone based on whether tickets have been resolved or not. When all
tickets associated with a milestone have been resolved, then that milestone should be
considered met.
We have already seen how to create milestones through the admin application, and
we know we can associate tickets with them from a given ticket's page. We access
milestones via the Roadmap view, which is available through the Roadmap button
on the main menu. This will give us an overview of unmet milestones and their
progress. If we are logged in, we will also see the option to add a new milestone.
See Chapter 3 for details on the security we configured in our
Trac instance.
Clicking on the name of a milestone will show us detailed information, including a
breakdown of progress by component or other ticket fields. It will also give us the
option to edit or delete the milestone.
Chapter 5
[ 57 ]
When creating or editing a milestone we can specify its name, due and completed
dates, and a description.
Pages:
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83