Update fixVersion of multiple issues with CLI

Natalie Wenz August 26, 2014

Hello,

I want to update the fixVersion from issues that reletes to a search or a filter. When I try to use the updateIssue action for a single issue everything works fine but when I try to combine the updateIssue action with the runFromIssueList action I get some errors.

I use this script:

jira --action runFromIssueList --common: '--action updateIssue --issue @issue@ --fixVersion "1.1" --autoVersion"' --filter "NextRelease"'

I get the following mistake:

Unexpected argument: updateIssue

Unknown flag: fixVersion

Someone has any idea?

Thanks in advance

1 answer

0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 27, 2014

Try:

jira --action runFromIssueList --common: "--action updateIssue --issue @issue@ --fixVersion 1.1 --autoVersion" --filter "NextRelease"

Tips has information regarding dealing with quoting.

Suggest an answer

Log in or Sign up to answer