jenkinsci / audit-log-plugin

Audit logging plugin for Jenkins based on Apache Log4j Audit
https://plugins.jenkins.io/audit-log/
MIT License
20 stars 22 forks source link

Log create/update/delete of UserProperty values #37

Open jvz opened 5 years ago

jvz commented 5 years ago

When a UserProperty is created, updated, or deleted, an audit log event should be logged containing information such as the user, the class of the UserProperty being updated, and a timestamp. Since some UserProperty classes are useful for implementing more specific audit events, the underlying support for notifying changes in UserProperty instances upstream will be useful elsewhere.

jvz commented 5 years ago

@davidolorundare you were previously assigned to this issue on JIRA. Would you like to continue it here?

davidolorundare commented 5 years ago

yup

budiprihhastomo commented 2 years ago

In the meantime I can use Saveable Listeners to get logs while updating data. I need a listener to audit logs when a user is deleted.

When will this be reviewed and released?