laszlomiklosik / jenkins-jira-issue-updater

Jenkins plugin which can update Jira issues as part of a maven or freestyle Jenkins job
https://wiki.jenkins-ci.org/display/JENKINS/Jira+Issue+Updater+Plugin
5 stars 38 forks source link

Parameterized values for JQL #1

Open jtrobman opened 12 years ago

jtrobman commented 12 years ago

I'd like to use a parameterized value in the "JQL for selecting issues to be updated" field. For example, when I run the build I want to enter TICKET-1234 as a parameter and have that dynamically inserted in the JQL.

Example JQL: id="$TICKET"

laszlomiklosik commented 12 years ago

added support for build parameters and environment variables (see the fork from jenkinsci/jira-issue-updater-plugin), should be there is the next version (1.3)

tcstapas commented 7 years ago

still not found 1.3 version. I am looking for similar solution, that is passing variable within JQL from Jenkins.