Skip to content
Snippets Groups Projects
Commit 9378c4ff authored by cramakri's avatar cramakri
Browse files

MINOR : Fixed bug in jira script

SVN: 28392
parent a61413c8
No related branches found
No related tags found
No related merge requests found
......@@ -1231,6 +1231,13 @@ class MoveIssue < LoggedInCommand
move_issues([issue])
return "1 issue"
end
def move_issues(issues_to_move)
issues_to_move.each do | issue |
JiraHelpers.set_fix_version(issue.key, @sprintNumber)
end
end
end
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment