1

I have several dashboards in JIRA and want to create a central one where there is a filter or gadget that will display links to the other dashboards. Is this possible?

  • I found a way to accomplish this. You can embed it in a issue ie the description field and use a filter to display that field of that issue – Jessica Gorr Jun 17 '22 at 15:47

2 Answers2

0

You may save all of these dashboards' URLs and show them inside a gadget in your main dashboard.

Let's say one of your "other dashboard"s link is: your-jira-url.com/secure/Dashboard.jspa?selectPageId=10000

Then, you can add a new gadget (like Text plugin which can show HTML) and add following HTML in that gadget:

<a href="your-jira-url.com/secure/Dashboard.jspa?selectPageId=10000">Link to the other dashboard</a>

However, Text plugin is not enabled default because of the security issues. You may find the details on Atlassian documentation.

Also, as an alternative, you may try HTML for Jira plugin, or you may find some free alternatives from Marketplace.

stuck
  • 1,477
  • 2
  • 14
  • 30
0

I found a way to accomplish this. You can embed it in a issue ie the description field and use a filter to display that field of that issue