Hi, we have a team of pega developers and consultants who are constantly working on pega plarform to make different kind of changes for improving and evolving user experience for different applications. We are looking for a way to correctly identify the quantum of changes made by one operator vs another operator, for audit and tracking purposes and build an automation for reporting purposes. Please advise if Pega has a build in method to expose this information or how to go about it.
Could you please check below path, you will get know more deatils about your developers.
In the header of Dev Studio, click Configure > Application > Development > Developer Activity
I hope this will help you
Thanks,
Ashok
@Bhumireddy Hi Ashok, thanks a lot for taking time to review and apply. This seems useful, is there a way we can export this information via api?
Hi @MohitG17078528,
Sorry, I am not sure, they must be used RD to show the resutls, just open Developer Activity screen putting the LIVE UI, then you can find, then export the data from Running RD.
I hope this will help you.
Thanks,
Ashok
@MohitG17078528 To track changes made by each operator in the Pega platform, you can use the built-in rule history and check-in audit features. Every time a rule is created or modified, Pega stores metadata such as the operator ID, timestamp, and changes in the Rule-Admin-Rule history tables. You can extract this data using reports on classes like History-Rule or through the Rule-Check-in/Check-out logs. For custom tracking, create a report definition or data flow to pull this audit information and group it by operator to measure the volume of changes. You can then automate this reporting weekly or monthly using scheduled reports or BIX extracts. If needed, use Pega’s Deployment Manager or DevOps tools to further track changes by associating them with branches and deployment pipelines.