Browse Source

fix(vsts): Fix toast failure on choice mapper change (#25942)

NisanthanNanthakumar 3 years ago
parent
commit
9470a7eb5c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/integrations/vsts/integration.py

+ 1 - 0
src/sentry/integrations/vsts/integration.py

@@ -208,6 +208,7 @@ class VstsIntegration(IntegrationInstallation, RepositoryMixin, VstsIssueSync):
                     "on_unresolve": _("When unresolved"),
                     "on_unresolve": _("When unresolved"),
                 },
                 },
                 "mappedColumnLabel": _("Azure DevOps Project"),
                 "mappedColumnLabel": _("Azure DevOps Project"),
+                "formatMessageValue": False,
             },
             },
             {
             {
                 "name": self.outbound_assignee_key,
                 "name": self.outbound_assignee_key,