Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi,
I like to have a dynamic list of tracker names/links to tagged trackers on a wiki page.
I can do something like that with a report, but it list all tracker items. Also, a plugin would be oka
Example
| Project Name | Tracker Name | Tags | Tracker ID |
P1 | A | T1, T2, T3 | 1 |
| P2 | B | T1 | 2 |
| P2 | C | T2 | 3 |
as Plugin:
[{TrackerList tags='T1'}]as Query
WHERE trackerTag IN ('T1') GROUP BY "Tracker Name'but only list the (linked) Tracker name (as it is, it lists all Items in the trackers).
Result (ideally):
[Tracker in P1|TRACKER:1]\\
[Tracker in P2|TRACKER:2]\\
