-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 1.449
Jira plugin 1.29
Steps to reproduce:
- Create a job
- Switch "This build is parameterized" on
- Add "JIRA Issue Parameter", fill "Name" and "JQL Search Query" fields
- Run the job, select an issue for the parameter
- Open the build page, go to "Parameters" - the issue ID is shown
- Open the_build_url/api/xml - there is just the parameter name:
<parameter> <name>JIRA_PROMOTION</name> </parameter>
- is related to
-
JENKINS-31268 @Exported returns double XML value for getter
- Closed