Skip to content

Commit

Permalink
Update Sphinx docs to reflect new traccomponent UDA
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain R. Learmonth committed Jun 26, 2016
1 parent f393d2f commit 511b1f5
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions bugwarrior/docs/services/trac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Here's an example of an Trac target::
service = trac
trac.base_uri = fedorahosted.org/moksha
trac.scheme = https
project_template = moksha.{{traccomponent|lower}}

By default, this service uses the XML-RPC Trac plugin, which must be installed
on the Trac instance. If this is not available, the service can use Trac's
Expand All @@ -34,12 +35,14 @@ Service Features
Provided UDA Fields
-------------------

+-----------------+-----------------+-----------------+
| Field Name | Description | Type |
+=================+=================+=================+
| ``tracnumber`` | Number | Text (string) |
+-----------------+-----------------+-----------------+
| ``tracsummary`` | Summary | Text (string) |
+-----------------+-----------------+-----------------+
| ``tracurl`` | URL | Text (string) |
+-----------------+-----------------+-----------------+
+-------------------+-----------------+-----------------+
| Field Name | Description | Type |
+===================+=================+=================+
| ``tracnumber`` | Number | Text (string) |
+-------------------+-----------------+-----------------+
| ``tracsummary`` | Summary | Text (string) |
+-------------------+-----------------+-----------------+
| ``tracurl`` | URL | Text (string) |
+-------------------+-----------------+-----------------+
| ``traccomponent`` | Component | Text (string) |
+-------------------+-----------------+-----------------+

0 comments on commit 511b1f5

Please sign in to comment.