Skip to content

Commit 7ba3ce0

Browse files
authored
Reducing jira char limit by 100 so Jira doesn't overrun this when closing tags (#1132)
Reducing jira char limit by 100 so Jira doesn't overrun this when completing markdown tags
1 parent 54db35b commit 7ba3ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbi/jira/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
logger = logging.getLogger(__name__)
2727

2828

29-
JIRA_DESCRIPTION_CHAR_LIMIT = 32767
29+
JIRA_DESCRIPTION_CHAR_LIMIT = 32667
3030

3131
JIRA_REQUIRED_PERMISSIONS = {
3232
"ADD_COMMENTS",

0 commit comments

Comments
 (0)