Open chiel1980 opened 9 years ago
Hi,
Is it possible to update an issue with jirash? I do see something like this:
def update_issue(self, key, data): # Actual helpful docs on updateIssue(): # https://jira.atlassian.com/browse/JRA-10588 if log.isEnabledFor(logging.DEBUG): log.debug("calling updateIssue(%r, %s)", key, json.dumps(data)) return self.server.jira1.updateIssue(self.auth, key, data)
but I can not find in the help overview. Would be a nice feature :)
Michiel
Sorry for not having responded earlier. This currently isn't implemented. I'd be happy for someone else to do so via a PR. Note that jirash v2 since has re-written jirash in node.js.
Hi,
Is it possible to update an issue with jirash? I do see something like this:
but I can not find in the help overview. Would be a nice feature :)
Michiel