Support for managing fixVersions in jira-cli #712
Unanswered
rcoleman-hivewatch
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Support of "Jira Releases" is a great idea. $ jira release -h
Interactive manage releases in a given project. See available commands below.
USAGE
jira release [flags]
MAIN COMMANDS
archive
unarchive
release
unrelease
create
delete
edit
view
FLAGS
-h, --help help for issue
INHERITED FLAGS
-c, --config string Config file (default is ../.config/.jira/.config.yml)
--debug Turn on debug output
-p, --project string Jira project to look into (defaults to ../.config/.jira/.config.yml)
ALIASES
releases
LEARN MORE
Use 'jira <command> <subcommand> --help' for more information about a command.
Read the doc or get help at https://github.com/ankitpokhrel/jira-cli |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to list, add, and delete
fixVersions
in a given jira project from this tool. does anyone know if this is currently support or planned in future work?Beta Was this translation helpful? Give feedback.
All reactions