trentm / jirash

CLI and (light) shell for Jira
Other
79 stars 13 forks source link

Update issue in jira #26

Open chiel1980 opened 9 years ago

chiel1980 commented 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

trentm commented 4 years ago

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.