go-jira / jira

simple jira command line client in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jira watch --remove returns "ERROR Invalid Usage: EOF"

moon-musick opened this issue · comments

Hi,

I am using a self-hosted JIRA instance, and recent version of go-jira/jira (just run go get -u to check for possible fixes, but it didn't help).

When I run a jira watch --remove ISSUE_ID my.email@company.domain I get ERROR Invalid Usage: EOF (apart from the standard usage message).

I tried with my login (we use LDAP for auth), and without the WATCHER argument, as it seems to be optional (I suppose it assumes currentUser()), same results. --verbose adds nothing to the output, it's still the same usage message and aforementioned error. I didn't notice any errors running other commands.

Is there in fact something wrong with my usage of the command, as suggested by the usage message displayed? If this is so, what is the proper command syntax in this case?

Same issue from my side