You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jira's "markdown" system is a bit different than Mattermost's, which can cause some issues with interoperability between the platforms. For example, the link tooltip feature will show "smart links" in plaintext like the screenshot below.
From the investigation here: [https://mattermost.atlassian.net/browse/MM-52952|https://mattermost.atlassian.net/browse/MM-52952|smart-link] Seems like the a...
It is a general problem that there are fundamental differences between the two markdown systems, and there have been some efforts to holistically address this, though it may make sense to address the known inconsistencies individually #599 (comment). Meaning, we can have certain things in the code like "replace Jira smart link with regular markdown link" when the information is fetched from Jira before returning to the UI for the tooltip.
The text was updated successfully, but these errors were encountered:
@Kshitij-Katiyar Curious about your thoughts on having an effort to handle individual markdown discrepancies between the two systems. I think starting with documenting differences we know would be a good first step (maybe @AayushChaudhary0001 can help produce/find these) Then we can create HW tickets to address the known issues there. This would involve:
For the create issue feature, format anything necessary things to fit Jira's markdown model
For any rendering (posts, tooltip) of Jira issue descriptions format anything to fit Mattermost's markdown model
@Kshitij-Katiyar Curious about your thoughts on having an effort to handle individual markdown discrepancies between the two systems. I think starting with documenting differences we know would be a good first step (maybe @AayushChaudhary0001 can help produce/find these) Then we can create HW tickets to address the known issues there. This would involve:
For the create issue feature, format anything necessary things to fit Jira's markdown model
For any rendering (posts, tooltip) of Jira issue descriptions format anything to fit Mattermost's markdown model
sure @mickmister we should start by creating the differences list first and depending upon the complexity and time, we can create the help wanted tickets as well.
Jira's "markdown" system is a bit different than Mattermost's, which can cause some issues with interoperability between the platforms. For example, the link tooltip feature will show "smart links" in plaintext like the screenshot below.
Should instead render as:
It is a general problem that there are fundamental differences between the two markdown systems, and there have been some efforts to holistically address this, though it may make sense to address the known inconsistencies individually #599 (comment). Meaning, we can have certain things in the code like "replace Jira smart link with regular markdown link" when the information is fetched from Jira before returning to the UI for the tooltip.
The text was updated successfully, but these errors were encountered: