[JIRA] (JENKINS-50553) Unable to move issues to version

109 views
Skip to first unread message

einfeldariel@gmail.com (JIRA)

unread,
Apr 3, 2018, 1:54:03 PM4/3/18
to jenkinsc...@googlegroups.com
Ariel Einfeld created an issue
 
Jenkins / Bug JENKINS-50553
Unable to move issues to version
Issue Type: Bug Bug
Assignee: Unassigned
Attachments: configurations.PNG
Components: jira-issue-updater-plugin, jira-plugin
Created: 2018-04-03 17:53
Priority: Blocker Blocker
Reporter: Ariel Einfeld

Hey,

i am using JIRA plugin version 2.5.0 and i am able to login and create a version.

however, i want to move issues matching the JQL Query to the version and its not working.

i'm using Jenkins version 2.107.1 and the "JIRA: Moves issues matching JQK to the specified version" is at the post build actions and not at the build.
when i search the JQL at JIRA level, i see results.

the issue status is open.

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

tshah1423@gmail.com (JIRA)

unread,
Jul 16, 2018, 6:35:01 AM7/16/18
to jenkinsc...@googlegroups.com
Tejas Shah commented on Bug JENKINS-50553
 
Re: Unable to move issues to version

I am facing a similar issue

 

I am working on updating the Release Versions for issues that are part of the current build. I am trying to use the "Move issues matching jql to specified version" plugin. I am setting the new version to be updated and I have checked the "Add Target Release" and the jql is "issue in (${JIRA_ISSUES})" The problem I am seeing is that this plugin is not getting called at all. There are no errors or logs mentioning anything from this plugin.Before this plugin I can creating a new JIRA version using the Create version plugin and that works fine. Any idea why this is not working? I am on version 3.0.0 of the plugi
This message was sent by Atlassian JIRA (v7.10.1#710002-sha1:6efc396)

tshah1423@gmail.com (JIRA)

unread,
Jul 16, 2018, 6:37:01 AM7/16/18
to jenkinsc...@googlegroups.com
Tejas Shah edited a comment on Bug JENKINS-50553
I   am facing a similar issue

 
{noformat}
I am working on updating the Release Versions for issues that are part of the current build. I am trying to use the "Move issues matching jql to specified version" plugin. I am setting the new version to be updated and I have checked the "Add Target Release" and the jql is "issue in (${JIRA_ISSUES})" The problem I am seeing is that this plugin is not getting called at all. There are no errors or logs mentioning anything from this plugin.Before this plugin I can creating a new JIRA version using the Create version plugin and that works fine. Any idea why this is not working? I am on version 3.0.0 of the plugi{noformat} plugin

iplaman@gmail.com (JIRA)

unread,
Jul 26, 2018, 9:42:02 AM7/26/18
to jenkinsc...@googlegroups.com

I experience the same problem with version 3.0.0 Jenkins version 2.89.4

It seems like the variable $JIRA_ISSUES is empty 

iplaman@gmail.com (JIRA)

unread,
Jul 26, 2018, 8:14:02 PM7/26/18
to jenkinsc...@googlegroups.com

Hi Guys I just realized what was the issue for me.

I needed to add the build step "JIRA: Add related environment variables to build" that immediately solved the issue the the env var $JIRA_ISSUES was populated with the issues from the commit message and then "JIRA: Move issues matching JQL to the specified version" worked perfectly using "issue in (${JIRA_ISSUES})" JQL

Hope that helps

 

Reply all
Reply to author
Forward
0 new messages