•  
      request #47644 Jira import doesn't take into account {code} macro
    Infos
    #47644
    Manuel Vacelet (vaceletm)
    2026-05-19 15:45
    2026-05-19 15:45
    49371
    Details
    Jira import doesn't take into account {code} macro

    Conversion from jira leverages the HTML output which is something like

    <p>Internal error appears:</p>
    
    <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
    <pre class="code-java">
    ERROR GENERAL - Unhandled exception - <span class="code-keyword">null</span>
    java.lang.StackOverflowError: <span class="code-keyword">null</span>
    

    This HTML means nothing to Tuleap so it's only rendred as a <pre> block.

    The conversion process should instead produce Tuleap Markdown with appropriate ```LANG block.

    Internal error appears:

    ERROR GENERAL - Unhandled exception -  null
    java.lang.StackOverflowError: null
    
    Jira import
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Verified
    Empty
    Attachments
    Empty
    References
    References list is empty