Allow for setting the "Reporter" field on issue creation #189
-
Currently it is only possible to set the assignee, while the reporter will always be set to the current user. Thank you very much for your work. |
Beta Was this translation helpful? Give feedback.
Answered by
ankitpokhrel
Dec 26, 2022
Replies: 1 comment 1 reply
-
Hi @axxelia-freiburg, this is done with #539 and will be available in the next release. If you wish to use it for now, you can do so by installing the main branch using one of the following methods. # Docker
$ docker run -it --rm ghcr.io/ankitpokhrel/jira-cli:main
# Golang
$ go install github.com/ankitpokhrel/jira-cli/cmd/jira@main
# Homebrew
$ brew tap ankitpokhrel/jira-cli
$ brew install jira-cli --HEAD You can also compile the code locally using the steps mentioned here. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ankitpokhrel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @axxelia-freiburg, this is done with #539 and will be available in the next release. If you wish to use it for now, you can do so by installing the main branch using one of the following methods.
You can also compile the code locally using the steps mentioned here.