title | titleSuffix | description | ms.custom | ms.prod | ms.technology | ms.topic | ms.manager | ms.author | author | monikerRange | ms.date |
---|---|---|---|---|---|---|---|---|---|---|---|
Add markdown content to a team dashboard |
Azure DevOps |
Add and configure the Markdown widget you add to a team dashboard |
dashboards |
devops |
devops-analytics |
quickstart |
jillfra |
kaelli |
KathrynEE |
>= tfs-2015 |
11/19/2018 |
[!INCLUDE temp]
Use the Markdown widget to support your team and stakeholders by adding information such as:
- Team goals
- Provide links to team backlogs or boards, metrics, or other items located in a network share such as a OneNote, SharePoint site or wiki pages
- Important dates or target deadlines
[!INCLUDE temp]
To add the markdown widget to a dashboard, you connect to your project using a supported web browser.
::: moniker range=">= azure-devops-2019"
Open a web browser, connect to your project, and choose Overview>Dashboards.
If you need to switch to a different project, choose the Azure DevOps logo to browse all projects.
::: moniker-end
::: moniker range=">= tfs-2015 <= tfs-2018"
Open a web browser, connect to your project, and choose Dashboards.
If you need to switch to a different project, choose the Azure DevOps logo to browse all projects and teams.
::: moniker-end
If you need to add a dashboard, see Add, rename, and delete dashboards.
::: moniker range="tfs-2015"
Note
Requires TFS 2015.1 or later version.
::: moniker-end
::: moniker range=">= azure-devops-2019"
To add the markdown widget to the dashboard, choose Edit. The widget catalog will automatically open.
-
Add or drag the Markdown widget onto the dashboard where you want it located.
-
Choose Done Editing to exit dashboard editing. This will dismiss the widget catalog. You can then configure the markdown widget as needed.
-
Choose the
gear icon to open the configuration dialog for the widget.
To edit a markdown widget, you may need to be a team admin, a member of the Project Administrators group, or be granted permissions. To learn more, see Set dashboard permissions.
-
Adjust the widget size as needed to fit the contents of the markdown you'll enter. The largest size is 10 tiles wide by 10 tiles tall. You can always adjust this later.
-
Enter the text and markdown syntax into the configuration the configuration dialog. For supported syntax, see Syntax guidance for Markdown files, widgets, wikis, and pull request comments.
Here we show some simple text with a bulleted list of four links
[!TIP]
To link to a wiki page,use the following syntax:
/ProjectName/_wiki/wikis/WikiRepositoryName?pagePath=/FileName
To link to a repository file, page, or image within the project, rich-click the file and use the full URL.
This renders the following widget:
[!NOTE]
Links to documents on file shares usingfile://
are not supported. This restriction has been implemented for security purposes. -
Optionally, you can choose to point to a file in your repository.
::: moniker-end
::: moniker range=">= tfs-2015 <= tfs-2018"
-
Drag the Markdown widget onto the dashboard where you want it located.
-
Choose the
gear icon to open the configuration dialog for the widget.
To edit a markdown widget, you may need to be a team admin, a member of the Project Administrators group, or be granted permissions. To learn more, see Set dashboard permissions.
-
Adjust the widget size as needed to fit the contents of the markdown you'll enter. The largest size is 10 tiles wide by 10 tiles tall. You can always adjust this later.
-
Enter the text and markdown syntax into the configuration the configuration dialog. For supported syntax, see Syntax guidance for Markdown files, widgets, wikis, and pull request comments.
Here we show some simple text with a bulleted list of four links
To link to a wiki page, repository file, or page within the project, use this format:
/DefaultCollection/Fabrikam%20Fiber/Voice/_wiki?pagePath=%2FHome
/DefaultCollection/Fabrikam%20Fiber/Voice/_git/Fabrikam%20Fiber?path=%2FREADME.md
/DefaultCollection/Fabrikam%20Fiber/Voice/_backlogs?level=Backlog%20items&showParents=false&_a=backlog
This renders the following widget:
[!NOTE]
Links to documents on file shares usingfile://
are not supported on TFS 2017.1 and later versions. This restriction has been implemented for security purposes. -
Optionally, you can choose to point to a file in your repository.
-
If you haven't closed the widget catalog yet, do that now.
-
If you want to reposition the markdown widget or other widgets on the dashboard, do that now while you're still in dashboard edit mode.
-
When you're finished with your changes, choose
to exit dashboard editing. ::: moniker-end