diff options
author | jake%bugzilla.org <> | 2008-04-04 11:47:32 +0000 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 11:47:32 +0000 |
commit | 283d61b9863daa22b190c0d6099dd18126a65037 (patch) | |
tree | bce6c46fbbb939ca5345dd68dfccbc7f6d080ede | |
parent | d7ef389692d15064f02e1d3650acf878b5f54c9d (diff) | |
download | bugs-283d61b9863daa22b190c0d6099dd18126a65037.tar bugs-283d61b9863daa22b190c0d6099dd18126a65037.tar.gz bugs-283d61b9863daa22b190c0d6099dd18126a65037.tar.bz2 bugs-283d61b9863daa22b190c0d6099dd18126a65037.tar.xz bugs-283d61b9863daa22b190c0d6099dd18126a65037.zip |
Bug 137631 - Add a lifecycle (or workflow) diagram to the guide
r=travis
-rw-r--r-- | docs/en/xml/using.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index e00ab2bd7..a34194c1d 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -261,6 +261,28 @@ </orderedlist> </section> + <section id="lifecycle"> + <title>Life Cycle of a Bug</title> + + <para> + The life cycle, also known as work flow, of a bug is currently hardcoded + into Bugzilla. <xref linkend="lifecycle-image"/> contains a graphical + repsentation of this life cycle. If you wish to customize this image for + your site, the <ulink url="../images/bzLifecycle.xml">diagram file</ulink> + is available in <ulink url="http://www.gnome.org/projects/dia">Dia's</ulink> + native XML format. + </para> + + <figure id="lifecycle-image"> + <title>Lifecycle of a Bugzilla Bug</title> + <mediaobject> + <imageobject> + <imagedata fileref="../images/bzLifecycle.png" scale="66" /> + </imageobject> + </mediaobject> + </figure> + </section> + <section id="query"> <title>Searching for Bugs</title> |