diff --git a/Lib/gftools/push/trafficjam.py b/Lib/gftools/push/trafficjam.py index 73dd1236..6a579b13 100644 --- a/Lib/gftools/push/trafficjam.py +++ b/Lib/gftools/push/trafficjam.py @@ -259,6 +259,8 @@ def set_server(self, server: STATUS_OPTION_IDS): STATUS_FIELD_ID, server.value, ) + g._run_graphql(mutation, {}) + self.status = server # Update the projects board as well for linked_issue in self.linked_issues: for project_item in linked_issue["projectItems"]["nodes"]: