Print highlighted word.
.. -*- coding: utf-8 -*-
====================================
Software configuration management.
====================================
.. contents::
Request/issue/bug tracker.
==========================
Each artifact can contain several attributes as:
* Status.
* Type.
* Component.
* Version.
* Milestone.
* Priority.
* Resolution.
http://trac.edgewall.org/wiki/TracTickets
The Trac Ticket System
Status/State.
-------------
Open/Reopened/Closed.
Type.
-----
Type is a kind of artifact - bug/issue or enhancement or suggestion or wanted,
etc.
Component.
----------
Component is a project module or a subsystem distinct by different criteria.
This can be - client/server, host/target, ui/doc/installer, etc.
Version.
--------
Version vs. build/release number.
---------------------------------
Version is a tag for
Milestone.
----------
Milestone is a data when issue should be resolved.
Resolution.
-----------
Reason for why a ticket was closed. One of fixed, invalid, wontfix, duplicate.