-
Bug
-
Resolution: Fixed
-
Trivial
-
Jenkins ver. 1.625.1
Take a look at this JiraIssueParameterValue
This results in correct JSON representation, but in incorrent XML/python representation:
<parameter> <name>TEST</name> <value>PROJ-1</value> <value>PROJ-1</value> </parameter>
The build.xml XML is correct though, so it seems to be the exporter's fault.
- is related to
-
JENKINS-12578 Jira issue parameter value is not exposed via remote API
- Closed