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 checking the created baselines and the workflow diagram of a baseline.
Optional parameters:
Parameter
Description
projectId
This is an optional parameter which contains the numerical ID of a project. It’s only optional in the context of a 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 set to true, then field changes are displayed.
showWorkflowChanges
If set to true, then workflow changes are displayed.
showBaselineEntries
If set to true, then baseline entries are included in the history change lists.
showHiddenTrackers
If set to true, then hidden trackers are also displayed.
showTransitionDiagrams
If set to true, then transition diagrams are displayed.
showPermissions
If set to true, then the current permissions settings are listed.
startBaselineId
An optional baseline ID. Changes will be displayed from the create date of the given baseline.
Samples:
[{TrackerHistoryAuditTrailPlugin trackerId='10001' showWorkflowChanges='true' showTransitionDiagrams='true'}]
displays workflow changes and transition diagrams for only one 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?