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