I have a runbook in Octopus which has had process steps added gradually over the past year. Is it possible to obtain Octopus audit logs (Configuration>Audit) which are filtered by each time that a step was added to the runbook, so that I can track who added it?
Asked
Active
Viewed 102 times
0
-
You can't get a list of when a step was added, but you can get the modifications to and runbook processes within a project. Filter on Event Category = 'Document Modfied', Document Type = 'Runbook Process' and Project = your specific project. Look for audit records that have a modification to the `Steps` property. – benPearce Oct 01 '22 at 04:25