Details
-
Type:
Bug
-
Status: Done
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.2
-
Labels:None
-
Environment:
Jira 7.x , 8.x
PC 3.0.14
6.1.3 JMWE
-
Sprint:PC Sprint 28
-
Critical Points:0
Description
Expected Behaviour
Project Configurator should export the xml configuration.
Actual Behaviour
The export doesnt work because there is an error related with a parameter ( Issue Link) used in some validator/conditions and post functions of JMWE when the selected value is "Any", instead a specific IssueLink id.
java.lang.NumberFormatException: For input string: "*"
Workaround
Modified this parameter "Issue Link" in those validators/conditios and post-functions to a specific link type before running the export, then after import, in the target instance change those value to "Any" again.