Community
Participate
Working Groups
The JIRA connector retrieves HTML from the repository. HTML content is then parsed by connector and converted to plain text for dislpay in the Mylyn UI. As a result the text is not shown as intended and WikiText integration is not possible. The connector should retrieve the original plain text (possibly containing lightweight markup) from the JIRA repository. This will result in more accurate display of the text and will make WikiText integration possible.
If the JIRA connector detects markup in the RSS feed for descriptions or attributes it will retrieve the original source representation and display that. Retrieval of the source representation needs to be implemented for comments as well. As the description points out currently only HTML tags are stripped.
Implemented markup detection for comments. The task editor should display the original markup for comments.
(In reply to comment #2) > Implemented markup detection for comments. The task editor should display the > original markup for comments. Awesome... can't wait to try it out. What's the next step for getting WikiText integration into the JIRA connector UI?
The task editor extension needs to be moved out of the sandbox to make it available to all connectors.
(In reply to comment #2) > Implemented markup detection for comments. The task editor should display the > original markup for comments. Nice, it looks great!