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
Try:
jira --action runFromIssueList --common: "--action updateIssue --issue @issue@ --fixVersion 1.1 --autoVersion" --filter "NextRelease"
Tips has information regarding dealing with quoting.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.