Make issue create
errors verbose to ensure description is not lost
#1034
Annotations
6 errors
tests
Process completed with exit code 2.
|
tests:
internal/cmd/issue/create/create.go#L144
cannot use resp.Key (variable of type string) as *jira.CreateResponse value in return statement) (typecheck)
|
tests:
internal/cmd/issue/create/create.go#L142
cannot use "" (untyped string constant) as *jira.CreateResponse value in return statement
|
tests:
internal/cmd/issue/issue.go#L9
could not import github.com/ankitpokhrel/jira-cli/internal/cmd/issue/create (-: # github.com/ankitpokhrel/jira-cli/internal/cmd/issue/create
|
tests:
internal/cmd/issue/create/create.go#L144
cannot use resp.Key (variable of type string) as *jira.CreateResponse value in return statement (typecheck)
|
tests:
internal/cmd/issue/create/create.go#L142
cannot use "" (untyped string constant) as *jira.CreateResponse value in return statement
|