We need to update the value of field in 100 issues.How can I do this using CLI.
If it is just one or two fields, use setFieldValue, otherwise use updateIssue. There are examples on the Examples page.
How to do this for muliple issuess....any batch file will work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use a batch file or use runFromIssueList with some search criteria or runFromSql if you have SQL access or run with a text based file or one of the other run actions depending on how you determine which jira issues need to be udpated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anoop,
why don't you use the bulk change utility ?
Best regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
Each issue is having different values for the customfield.So bulk update is not a good option.
Regards
Anoop
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.