See https://mozilla.sentry.io/issues/4605706692/ - `maybe_update_issue_resolution()` crashes with a 400 ``` data = '{"fields": {"resolution": "Duplicate"}}' --> error = {"resolution": "Specify the Resolution (id or name) in the string format") ``` - resolutions exist in target project, field is present in modify screen - unless the loop between the screen, my eyes, and my brain is broken, the supplied value *WAS* a string - this blocks the webhook queue (JBI returns 500) Ref #735 #747