From b1fa9726f2b76fbc362b717a6d91a241c054cf66333d90ad2b3bc874fd91ea01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jun 2020 11:39:17 +0000 Subject: [PATCH] Accepting request 817679 from home:lkocman:branches:devel:languages:python - 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 --- python-md2workflow.changes | 7 +++++++ suse-prod.conf | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/python-md2workflow.changes b/python-md2workflow.changes index cc9cb6d..0df7c9e 100644 --- a/python-md2workflow.changes +++ b/python-md2workflow.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 29 11:03:47 UTC 2020 - Radoslav Tsvetkov + +- There are 2 fields one is scripted and forbidden for editing. + We use explicitly the allowed one. boo#1173460 + + ------------------------------------------------------------------- Thu Jun 4 09:20:44 UTC 2020 - Lubos Kocman - Update to 1.4.18 diff --git a/suse-prod.conf b/suse-prod.conf index 0fad361..3ecac92 100644 --- a/suse-prod.conf +++ b/suse-prod.conf @@ -17,7 +17,9 @@ mapping_JiraBasedWorkflow = Epic mapping_EpicName = Epic Name mapping_EpicNameQuery = Epic Link mapping_Assignee = Worker -mapping_ProjectName = Product +# 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