I'm not sure if this functionality is already intended to be working or I'm misunderstanding the use of the -r, --released flag, but let's say I create a release via:
jira release -d "test 12" -p DEVOPS eid-releases-automator-v1.9.9
which I want to remain marked as "Unreleased" in JIRA.
Then some time later when that release has been deployed to Prod I want to mark it as "Released" in JIRA.
Should this work?
jira release -p DEVOPS -r "eid-releases-automator-v1.9.9"
When I execute the above it just prints the help menu:
Your first step is to run the config option.
Usage: jira [options] [command]
Commands:
ls [options] List my issues
....
....
Perhaps it's not intended to support updating the status of a release as released or unreleased after the initial release has been created?
Thanks!
I'm not sure if this functionality is already intended to be working or I'm misunderstanding the use of the
-r, --releasedflag, but let's say I create a release via:jira release -d "test 12" -p DEVOPS eid-releases-automator-v1.9.9which I want to remain marked as "Unreleased" in JIRA.
Then some time later when that release has been deployed to Prod I want to mark it as "Released" in JIRA.
Should this work?
jira release -p DEVOPS -r "eid-releases-automator-v1.9.9"When I execute the above it just prints the help menu:
Perhaps it's not intended to support updating the status of a release as released or unreleased after the initial release has been created?
Thanks!