From 48c0d18d84fca0f1ee984725813415022ec6441d Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Fri, 10 May 2024 10:53:36 +0100 Subject: [PATCH] server: fix update server --- Lib/gftools/push/trafficjam.py | 2 ++ 1 file changed, 2 insertions(+) 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"]: