Skip to content

Commit

Permalink
Fixes #10286: rudder-dev subtask doesn't work with next-version param…
Browse files Browse the repository at this point in the history
…eter
  • Loading branch information
peckpeck committed Feb 24, 2017
1 parent 31f5281 commit 9e67d87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rudder-dev/redmine.py
Expand Up @@ -237,6 +237,7 @@ def to_status(self, status, assign_to, message=None):

def clone(self, version_id, new_title, bug=False):
"""Clone this issue making the new one a child of this one"""
self._get_info()
new_info = {}
for i in ('project_id', 'tracker_id', 'priority_id', 'subject', 'description', 'category_id', 'fixed_version_id', 'is_private'):
if i in self.info:
Expand Down

0 comments on commit 9e67d87

Please sign in to comment.