Tracker List Plugin
[{TrackerList}]
displays all trackers of the current project, with statistics.
[{TrackerList projectId='2'}]
displays the same for another project.
[{TrackerList items='work'}]
displays the work trackers of the current project, with statistics.
[{TrackerList items='configuration'}]
displays the configuration trackers of the current project, with statistics.
[{TrackerList items='both'}]
displays all trackers of the current project, with statistics (default)
[{TrackerList sorting='name'}]
displays all trackers of the current project, with statistics, sorting by tracker name
[{TrackerList sorting='key'}]
displays all trackers of the current project, with statistics, sorting by tracker key
[{TrackerList sorting='lastmodified'}]
displays all trackers of the current project, with statistics, sorting by last modified date of tracker
[{TrackerList sorting='type'}]
displays all trackers of the current project, with statistics, sorting by tracker type and name
[{TrackerList types='Bugs,Requirements,Test Cases'}]
displays the Bug or Requirement or Test Cases trackers of the current project, only these kinds of trackers are shown. Note: You can use the tracker's type names as they appear on the UI, except that you must use English names for types. So you can use "Bug" or "Bugs" as filter, but cannot use "Fehler" here.
[{TrackerList typesExcluded='Test Cases,Test Sets'}]
displays all trackers except the Test Case and Test Set types
[{TrackerList detailedLayout='true'}]
Show the detailed layout or view of the tracker list, contains more information about the Word items in each tracker
[{TrackerList trackerOrder='1,2,3'}]
Show the trackers in specific order if the trackerOrder parameter is present. This can contain tracker id-numbers in the desired order. Typically updated by the project configuration when drag-drop reordering the trackers on the plugin UI.