File suse-lutoslawski.conf of Package python-md2workflow
[global]
# currently the only one supported
backend = jira
[jira]
server = http://lutoslawski.arch.suse.de:8080
# cert is path to cert or None for insecure connection
# cert = Path/to/cert
auth = basic
project = RMCT
# 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-Verknüpfung
mapping_Assignee = Worker
# mapping_ProjectName = Product
relative_link_topurl = https://gitlab.suse.de/sle-prjmgr/release-management-checklist/blob/master/
update_states = OPEN, Backlog
epic_update_states = OPEN, Backlog, In Progress
[logging]
level = INFO
[TaskRelations]
relations = Blocks, Depends On, Implements, Implemented by
# for some reason they're done done in opposite direction on devel
inbound = Implements, Blocks
[JiraTaskRelations]
# TaskRelation as in TaskRelations to the actual Jira value as it might differ per instance
Blocks = Blocks
Depends On = Blocks
Implements = Is Implemented By
Implemented by = Is Implemented By