Skip to content

Commit

Permalink
Yay more label jackassery
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rk committed Apr 16, 2012
1 parent 2385af5 commit 32ebae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira
Expand Up @@ -518,7 +518,7 @@ class JiraReopen(JiraCommand):
logger.error(self.usage)
return 0
issueKey = args[0]
action = 'Reopen Issue'
action = ('Reopen Issue', 'Reopen to Development')
return changeStatus(issueKey, action)

class JiraResolve(JiraCommand):
Expand Down

0 comments on commit 32ebae4

Please sign in to comment.