Using Jenkins with Maven (2 or 3) build system, is there a way to:
*Express a release to another environment (say UAT), and to update JIRA tickets that are in one state (waiting for UAT release) to another state (ready for UAT)?
M2 Release Plugin seems like an easy answer for the statement of release, but as to updating JIRA tickets, can't quite find a solution to help automate the approach.
Looking for feedback if someone has accomplished a task like this!
Similar questions: What are the options for release management using Jenkins
individual ticket trigger versus 'version' triggering...would be way cool to simply trigger a 'release' once all tickets of a particular JIRA ticket type reach a status of 'waiting for UAT release' within a version. Is there a way to trigger a Jenkins job based on the status of a JIRA ticket?
JIRA plugin for Jenkins jira update ticket using script https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Plugin