forked from pool/python-md2workflow
- There are 2 fields one is scripted and forbidden for editing. We use explicitly the allowed one. boo#1173460 OBS-URL: https://build.opensuse.org/request/show/817679 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-md2workflow?expand=0&rev=19
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[global]
|
|
# currently the only one supported
|
|
backend = jira
|
|
|
|
[jira]
|
|
server = https://jira.suse.com
|
|
# cert is path to cert or None for insecure connection
|
|
# cert = Path/to/cert
|
|
auth = basic
|
|
project = RMC
|
|
|
|
|
|
# These may differ per server, or at least SubTask
|
|
mapping_JiraSubTask = Sub-Task
|
|
mapping_JiraTask = Task
|
|
mapping_JiraBasedWorkflow = Epic
|
|
mapping_EpicName = Epic Name
|
|
mapping_EpicNameQuery = Epic Link
|
|
mapping_Assignee = Worker
|
|
# boo#1173460 There are 2 fields one is scripted and forbidden for editing.
|
|
# We use explicitly the allowed one.
|
|
mapping_ProjectName = customfield_17225
|
|
relative_link_topurl = https://gitlab.suse.de/sle-prjmgr/release-management-checklist/blob/master/
|
|
update_states = Open, Planning
|
|
epic_update_states = Open, Planning, In Progress
|
|
|
|
[logging]
|
|
level = INFO
|
|
|
|
[TaskRelations]
|
|
relations = Blocks, Depends On, Implements, Implemented by
|
|
inbound = Implemented by, Depends On
|
|
|
|
[JiraTaskRelations]
|
|
# TaskRelation as in TaskRelations to the actual Jira value as it might differ per instance
|
|
Blocks = Blocks
|
|
Depends On = Blocks
|
|
Implements = Implements
|
|
Implemented by = Implements
|