I have a custom Manphest field that looks like this:
{ "rebs:deployed": { "search": true, "name": "Deployed", "default": "Nope", "required": false, "type": "select", "options": [ "Nope", "Staging", "Production" ] } }
I would like to be able to batch edit a set of Maniphest tasks and set "Deployed" to a specific value for all of them at once.