I’m using SQ 8.5 using the web API. The documentation on [server]/web_api/api/issues for the bulk_change command only indicates the issues parameter is required; everything else is optional.
I get that SOMETHING besides the issue(s) needs to be specified in order for the command to have any meaning. But when I tried to use it to add the same comment to some issues, I got an error message “At least one action must be provided”. But if I include the set_type parameter, then it seems to be happy – but only if I CHANGE the type; if it’s the same setting, the request comes back “ignored.” Can the documentation be updated to reflect which parameters are truly optional and which require at least one of a set to be included? And is there a simple way to make a bulk change to just the comments of multiple issues?
BTW, is there a limit on the number of issues in the issues string?