Hello everyone,
I'm working right now on a plugin for JIRA that blocks any potential number of 10 digits that begin with the number 9, for example: it's supposed to block the number "9876543217"
The issue I have right now is I realize JIRA saves everything you write in the fields of JIRA, like the search field and Labels field for example. It saves that information in some logs called "access_log.2018.01.16" but that's something I don't want to happen because it could be a potential breach.
I want to know if there are a way to make sure that information is not saved in the logs or at least being censored immediately?
Hi Mathieu,
The JIRA Anonymizer anonymizes the following data:
The anonymizer currently replaces the following text with x
's:
This could perhaps be incorporated into a script to run whenever X happens or on a periodic basis.
Cheers,
Branden
Is JIRA Anonymizer can affect the Activity Stream too? For example, writing "9876543217" in a text field will be replaced with x's for that text field and the Activity Stream as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.