Project Activity Trends Plugin
This plugin displays the number of activities for example, create, modify, delete, and restore activity on tracker items and artifacts, such as comments, attachments, wiki pages, documents, trackers and so on over time for selected projects within the specified granularity and reporting period.
You can specify the following parameters to view activity trend in selected projects:
• projectId—Specify a comma-separated list of project ids.
• tag—Specify a list of tag names separated by a comma. Only tagged projects can be included.
• period—Specifiy a custom reporting period using this parameter, the default period is 'Past 30 days'.
• grouping— This parameter allows you to specify the granularity of the activities performed within the selected projects for example, daily, weekly, monthly, the default is daily.
The activity trend is displayed as a chart by default, however, the data can also be displayed as a table using the display='{chart|table|both}'.
Usage Example:
[{ProjectActivityTrends projectId='2,4' period='Last 30 days' grouping='Daily'}]
Displays the activity trend of the projects with ID 2 and ID 4 for the last 30 days, daily.