Hello,
I'm using the acli in a script to create a work item. I'd like to add the work item to a sprint.
Unfortunately, the sprint command doesn't have and "add-workitem" sub-command.
As a workaround, I thought about updating the custom field corresponding to the Sprint Value on the work item.
I'm using the acli jira workitem edit command, but I can't figure out how to edit a custom field.
I'm trying the --from-json options with the following JSON:
{"issues":["TICKET-6720"],"fields":{"customfield_10122":"8977"}}
And getting the error:
✗ Error: failed to generate JSON
If I remove the "fields" attribute, I get a success.
How can I format this JSON correctly in order to update that custom field?
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.