in jbi/jira/service.py [0:0]
def update_issue_resolution(self, context: ActionContext, jira_resolution: str):
"""Update the resolution of the Jira issue."""
return self.update_issue_field(
context,
field="resolution",
value=jira_resolution,
wrap_value="name",
)