Project Activity Trends Plugin
This plugin shows the number of activities (any kind of create, modify, delete, and restore activity on tracker items and artifacts, like comments, attachments, wiki pages, documents, trackers and so on) over time for selected projects in the specified granularity and reporting period. Either the projects via the projectId parameter, whose value is a comma-separated list of project ids, or the tag parameter, whose value is comma separated list of tag names (only the tagged projects are considered) needs to be specified. A custom reporting period (default is 'Past 30 days') via the period parameter, and the granularity (daily, weekly, monthly) via the grouping parameter (default daily) can also be specified. By default, the activity trend is shown as a chart, however, the data can also be shown as a table via display='{chart|table|both}'.
[{ProjectActivityTrends projectId='2,4' period='Last 30 days' grouping='Daily'}]
Displays the activity trend of the projects with ID 2 and 4 for the last 30 days, daily.