[
https://issues.jenkins-ci.org/browse/JENKINS-12578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162409#comment-162409
]
kirill_evstigneev commented on JENKINS-12578:
---------------------------------------------
The same issue with Jenkins 1.461, JIRA plugin 1.31.
> Jira issue parameter value is not exposed via remote API
> --------------------------------------------------------
>
> Key: JENKINS-12578
> URL: https://issues.jenkins-ci.org/browse/JENKINS-12578
> Project: Jenkins
> Issue Type: Bug
> Components: jira
> Environment: Jenkins 1.449
> Jira plugin 1.29
> Reporter: kirill_evstigneev
> Priority: Minor
>
> 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:
> {noformat}
> <parameter>
> <name>JIRA_PROMOTION</name>
> </parameter>
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira