tillrohrmann commented on a change in pull request #13:
URL: https://github.com/apache/flink-jira-bot/pull/13#discussion_r629247148
##########
File path: flink_jira_rule.py
##########
@@ -100,6 +100,7 @@ def close_issue(self, key):
def unassign(self, key):
if not self.is_dry_run:
self.jira_client.assign_issue(key, None)
+ self.jira_client.set_issue_status(key, "Open")
Review comment:
Does this work even if the JIRA bot is not assigned? I think I always
need to assign myself to set a ticket back into "Open".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]