[
https://issues.jenkins-ci.org/browse/JENKINS-13652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163431#comment-163431
]
SCM/JIRA link daemon commented on JENKINS-13652:
------------------------------------------------
Code changed in jenkins
User: Joe Hansche
Path:
src/main/java/hudson/plugins/jira/JiraIssueUpdateBuilder.java
src/main/java/hudson/plugins/jira/JiraSession.java
src/main/java/hudson/plugins/jira/JiraSite.java
src/main/resources/hudson/plugins/jira/JiraIssueUpdateBuilder/config.jelly
src/main/resources/hudson/plugins/jira/JiraIssueUpdateBuilder/help-comment.html
src/main/resources/hudson/plugins/jira/JiraIssueUpdateBuilder/help-jqlSearch.html
src/main/resources/hudson/plugins/jira/JiraIssueUpdateBuilder/help-workflowActionName.html
src/main/resources/hudson/plugins/jira/JiraIssueUpdateBuilder/help.html
src/main/resources/hudson/plugins/jira/Messages.properties
http://jenkins-ci.org/commit/jira-plugin/90c466a306dde53d452add3fb325c02867d14a21
Log:
[FIXED JENKINS-13652] Add ability to update issues by workflow actions.
A new build step that takes a JQL query, and for each matching issue, performs
a configurable workflow step (such as "Resolve Issue").
Optionally adds a comment to each issue as it is updated.
> Support workflow steps as build actions and/or post-build notifiers
> -------------------------------------------------------------------
>
> Key: JENKINS-13652
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13652
> Project: Jenkins
> Issue Type: New Feature
> Components: jira
> Reporter: Joe Hansche
> Assignee: olamy
>
> The [Jira Issue Updater
> Plugin|https://wiki.jenkins-ci.org/display/JENKINS/Jira+Issue+Updater+Plugin]
> has a build step that can be used to issue workflow updates as part of a
> build. Unfortunately that plugin doesn't tie in with the JIRA Plugin, so you
> must manually enter the wsdl URL, username, and password every time the build
> step is used.
> Adding a build step would allow the workflow actions to be taken in series
> with an existing job configuration.
> Additionally, adding a notifier (post-Recorder, which is how the
> JiraIssueUpdater works), would allow the job to delay updating the workflow
> action until all other recorders have finished (if that is the desire).
--
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