How will I find who has deleted my program stage?

I was finding in Database that who has deleted a program (tracker) stage but found only “storedby” as last updated user and delete time. I found any data element (of a stage/event) CREATE/UPDATE/DELETE history in audit table but when deleting whole stage/event there is no information who (user) is doing this.
How will I find who has deleted my program stage?

I think the audit table and the auditing (https://docs.dhis2.org/en/develop/using-the-api/dhis-core-version-master/audit.html) is for data values, and I see you have tried using the database. I will ask for support to this question. Thank you @nabiullah!

1 Like

Hi there @nabiullah - Just so we are looking at the right object type we have a quick followup question. -

  • Are you looking for the audit trail of which end user deleted an individual event and its data(Event/program stage instance)?
  • Or are you looking for who deleted a certain program stage?
  • Or both :slight_smile:
2 Likes

Hi @nabiullah
which version is this? and you looking for audit trail of entire event or its data values?

1 Like

@nabiullah did you create any JIRA issue for it?

Sorry for lately reply.
I am looking for who deleted a certain program stage?

Version: 2.33.8
I am looking for audit trail of an entire event.