Tracker History Audit Trail Plugin
[{TrackerHistoryAuditTrailPlugin}]
Displays the configuration change history of one or more trackers in the given project. Tracked changes include general tracker changes, field related changes and state transition changes. This plugin is also useful for verifying created baselines and the workflow diagram of a baseline.
The following optional parameters can be used:
Parameter
Description
projectId
This is an optional parameter which contains the numerical ID of a project. This parameter is optional when used in the context of a certain project.
trackerId
This is an optional parameter with a comma-separated list of tracker IDs. All projects are selected by default when this list is not specified.
showFieldChanges
If this parameter is set to true, field changes are displayed.
showWorkflowChanges
If this parameter is set to true, workflow changes are displayed.
showBaselineEntries
If this parameter is set to true, the baseline entries are included in the history change lists.
showHiddenTrackers
If this parameter is set to true, the hidden trackers are also displayed.
showTransitionDiagrams
If this parameter is set to true, the transition diagrams are displayed.
showPermissions
If this parameter is set to true, the current permissions settings are listed.
startBaselineId
An optional baseline ID. Changes will be displayed from the create date of the given baseline.
Usage Examples:
[{TrackerHistoryAuditTrailPlugin trackerId='10001' showWorkflowChanges='true' showTransitionDiagrams='true'}]
Displays the workflow changes and transition diagrams for a single tracker.
[{TrackerHistoryAuditTrailPlugin trackerId='10001,10002' showFieldChanges='true' showBaselineEntries='true' startBaseline='20000'}]
Displays field changes including baseline entries for the two given trackers, changes are displayed which are created later than the specified start baseline.
Was this helpful?