Skip to content

Functionality to support marking unreleased relaseses released #36

@trjate

Description

@trjate

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions