Share via

Bug Tasks show parent Bug description Markdown as plain text

Marek 20 Reputation points
2026-05-13T13:08:02.4866667+00:00

Markdown formatting from Bug description is not displayed correctly in Bug Task

Description:

When creating a work item of type Bug, it is possible to write the description using Markdown formatting. The issue occurs when a Bug Task is created under this Bug.

In the Bug Task, the linked/previewed content from the original Bug is displayed, but the Markdown formatting is no longer rendered correctly. Instead, the Markdown syntax is shown as plain text, which makes the content difficult to read.

Example:

In the Bug description:

START OF MARKDOWN

Step to Reprodue:

  1. Open patient
  2. Click the button
  3. Verify the result

Expected result: Navigation works correctly.

Actual result: The application crashes with an error.

END OF MARKDOWN

In the Bug itself, the text is displayed correctly as Markdown.

In the Bug Task, the same content is displayed as plain text, including Markdown symbols such as ###, **, numbered lists, etc.

Steps to reproduce:

Create a new work item of type Bug. Add a description using Markdown formatting. Save the Bug. Create a Bug Task under the Bug. Open the Bug Task and check the section where the content from the parent Bug is displayed.

Actual result:

Markdown formatting from the Bug description is displayed as plain text in the Bug Task. The content is hard to read and visually unclear.

Expected result:

The content from the Bug description should be rendered as Markdown in the Bug Task as well, the same way it is displayed in the original Bug.

Suggested solution:

Add Markdown rendering support to the Bug Task section where the linked/parent Bug content is displayed. Alternatively, convert the Markdown content into formatted text before displaying it in the Bug Task.

Impact:

This reduces the readability of Bug descriptions in related Bug Tasks. Longer descriptions with headings, lists, bold text, or structured reproduction steps become difficult to read, which may slow down testers and developers when working with Bug Tasks.

Thank you.

Best regards, Marek

Azure DevOps

Answer accepted by question author

Pravallika KV 17,025 Reputation points Microsoft External Staff Moderator
2026-05-19T14:21:31.6633333+00:00

Hi @Marek ,

Thank you for clarifying and I completely understand your point.

What you're describing does appear inconsistent from a usability perspective. Since Azure DevOps already renders Markdown correctly when the Bug itself is opened, it’s reasonable to expect the same rendering behavior in the parent/linked Bug preview shown inside a Bug Task.

At the moment, however, the preview panel in linked work items appears to display the raw field content rather than processing it through the Markdown renderer used in the full work item view. Because of that, Markdown syntax such as headings, lists, and bold formatting is shown as plain text.

Since this is affecting usability rather than functionality, I would strongly encourage submitting or upvoting feedback through the Azure DevOps Developer Community, as this is exactly the kind of UI consistency improvement the product team may consider for future updates.

Hope this helps!


If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-05-13T13:08:21.48+00:00

    Bug work items and other long-text fields in Azure DevOps are in the process of gaining Markdown editing and rendering support, similar to comments and discussion fields. The behavior described—Markdown rendering working in the Bug description but not in the preview/linked content area in a Bug Task—matches a gap where Markdown is not yet fully supported across all work item surfaces.

    Current roadmap items indicate that:

    • Work items are being updated to support Markdown editing for long text fields such as Description and Repro Steps.
    • Markdown support is being extended across work item experiences, but not all views/sections render Markdown yet.

    Because of this, the Bug Task’s preview of the parent Bug content can still show raw Markdown instead of rendered formatting. This is a platform limitation rather than a configuration issue.

    Workarounds until full support is available include:

    1. Opening the parent Bug directly when detailed, formatted steps are needed, instead of relying on the preview in the Bug Task.
    2. Copying critical parts of the Bug description into the Bug Task’s own Description field (which benefits from Markdown support as it rolls out to long text fields).

    As Markdown support for work items continues to roll out, the preview/linked content areas are expected to be aligned with the main work item fields so that Markdown is rendered consistently.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.