From 16d0d5a21ddbe632545d3309e6652f40a5a32a19 Mon Sep 17 00:00:00 2001 From: Alex Cottner Date: Mon, 28 Apr 2025 11:35:03 -0600 Subject: [PATCH] Reducing jira char limit by 100 so Jira doesn't overrun this when completing markdown tags --- jbi/jira/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbi/jira/service.py b/jbi/jira/service.py index be133d68..6ca06e67 100644 --- a/jbi/jira/service.py +++ b/jbi/jira/service.py @@ -26,7 +26,7 @@ logger = logging.getLogger(__name__) -JIRA_DESCRIPTION_CHAR_LIMIT = 32767 +JIRA_DESCRIPTION_CHAR_LIMIT = 32667 JIRA_REQUIRED_PERMISSIONS = { "ADD_COMMENTS",