See https://github.com/mozilla/jira-bugzilla-integration/pull/839#discussion_r1487973839 Currently we truncate on space, which could lead to invalid syntax: ``` >>> markdown_to_jira("The line is [too long|https://www.example.com]", max_length=20) "This line is [too" ```