File: service_template.html

package info (click to toggle)
bugwarrior 1.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,008 kB
  • sloc: python: 7,762; makefile: 153
file content (29 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{{ service_name_humane }}
=========================

You can import tasks from your {{ service_name_humane }} instance using
the ``{{ service_name }}`` service name.

Instructions
------------

Example Service
---------------

Here's an example of an {{ service_name_humane }} target::

    [my_issue_tracker]
    service = {{ service_name }}

The above example is the minimum required to import issues from
{{ service_name_humane }}.  You can also feel free to use any of the
configuration options described in :ref:`common_configuration_options`
or described in `Service Features`_ below.

Service Features
----------------

Provided UDA Fields
-------------------

{{ uda_table }}