2019-07-16 11:36:09 +00:00
|
|
|
[global]
|
|
|
|
|
# currently the only one supported
|
|
|
|
|
backend = jira
|
|
|
|
|
|
|
|
|
|
[jira]
|
2019-10-31 10:55:15 +00:00
|
|
|
server = https://jira-devel.suse.de
|
2019-07-16 11:36:09 +00:00
|
|
|
# cert is path to cert or None for insecure connection
|
|
|
|
|
# cert = Path/to/cert
|
|
|
|
|
auth = basic
|
2019-10-31 10:55:15 +00:00
|
|
|
project = RMC
|
|
|
|
|
|
2019-07-16 11:36:09 +00:00
|
|
|
|
|
|
|
|
# These may differ per server, or at least SubTask
|
2019-10-31 10:55:15 +00:00
|
|
|
mapping_JiraSubTask = Sub-Task
|
2019-07-16 11:36:09 +00:00
|
|
|
mapping_JiraTask = Task
|
|
|
|
|
mapping_JiraBasedWorkflow = Epic
|
2019-10-31 10:55:15 +00:00
|
|
|
mapping_EpicName = Epic Name
|
|
|
|
|
mapping_EpicNameQuery = Epic Link
|
2019-07-16 11:36:09 +00:00
|
|
|
mapping_Assignee = Worker
|
2019-10-31 10:55:15 +00:00
|
|
|
mapping_ProjectName = Product
|
2019-07-16 11:36:09 +00:00
|
|
|
relative_link_topurl = https://gitlab.suse.de/sle-prjmgr/release-management-checklist/blob/master/
|
2019-10-31 10:55:15 +00:00
|
|
|
update_states = Open, Planning
|
|
|
|
|
epic_update_states = Open, Planning, In Progress
|
2019-07-16 11:36:09 +00:00
|
|
|
|
|
|
|
|
[logging]
|
|
|
|
|
level = INFO
|
|
|
|
|
|
|
|
|
|
[TaskRelations]
|
|
|
|
|
relations = Blocks, Depends On, Implements, Implemented by
|
2019-10-31 10:55:15 +00:00
|
|
|
inbound = Implemented by, Depends On
|
2019-07-16 11:36:09 +00:00
|
|
|
|
|
|
|
|
[JiraTaskRelations]
|
|
|
|
|
# TaskRelation as in TaskRelations to the actual Jira value as it might differ per instance
|
|
|
|
|
Blocks = Blocks
|
|
|
|
|
Depends On = Blocks
|
2019-10-31 10:55:15 +00:00
|
|
|
Implements = Implements
|
|
|
|
|
Implemented by = Implements
|