~bjornt/+junk/test

« back to all changes in this revision

Viewing changes to examples/config.ini

  • Committer: Bjorn Tillenius
  • Date: 2012-12-19 15:11:42 UTC
  • mfrom: (69.1.16 squads)
  • Revision ID: bjorn@canonical.com-20121219151142-fptax28ws49qhwxn
Merge support for squads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# If this config option isn't set, no cards will be created.
19
19
# After the card has been created, the tag will be removed from the bug, so a
20
20
# credentials_file has to be specified as well, to authenticate against LP.
21
 
#bug_new_card_tag = kanban
 
21
#bug_to_card_tag = kanban
22
22
 
23
23
# Which card type should cards created from bugs have. If not set, the default
24
24
# card type is used.
25
 
#bug_new_card_type = Defect
 
25
#bug_to_card_type = Defect
26
26
 
27
27
# Lanes are assigned a "role" by looking for sublanes matching
28
28
# values given here.  "Coding" will match all lanes which have
42
42
downtime_deploy_lanes = db-deploy
43
43
done_lanes = Done-done
44
44
 
 
45
# By default, omnidirectional card moves are off, which means that cards will
 
46
# be moved only to the lane that is considered to be next of the card's
 
47
# current lane. I.e. a card will move only within a "swim lane". If
 
48
# omnidirectional card moves are turned on, a card can move to any lane
 
49
# on the board.
 
50
#omnidirectional_card_moves = on
 
51
 
 
52
# If some of the card's workflow is tracked in Launchpad (e.g. the
 
53
# coding stage) and some are tracked in kanban only (e.g. QA), then you
 
54
# can specify the lanes that are tracked in kanban only as "manual" lanes.
 
55
# Card in those lanes won't get moved by the automatic syncing from
 
56
# Launchpad.
 
57
#manual_lanes = QA::In progress, QA::Needs fixing
 
58
 
 
59
# If you track multiple groups of people on one board, you can specify a
 
60
# groups config that will map a card to a group according to its
 
61
#assignee.  You can then make the lane configs to include the group
 
62
# name, by using ${group} in the lane name. For example:
 
63
#
 
64
#     coding_lanes = ${group}::Coding
 
65
#
 
66
#groups_config_file = ./groups.ini
 
67
 
45
68
credentials_file = ./credentials
46
69
 
47
70
# Use the board title to define board settings.