Hi, our organisation wants to find and remove any PI - personal information uploaded into Jira or confluence. This is hard, as anyone can load anything in descriptive fields. The typical method we have seen our staff do, is to attach a CSV or XLS file to a Jira task. I'm looking for a method for finding all issue types with a CSV or XLS file attached. Any extra APPs will have to allow data residency to be stored in Australia. I got excited about 'scriptrunner' but their data residency options are limited to EU or US locations. Would appreciate any suggestions. thank you
For anyone who finds this and is curious, here's how we'd do it with ScriptRunner:
Hi Andrew:
Is this jira server or jira cloud? I can write you a Python script do it, if you're just looking for a report.
- Ken
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are using jira cloud. Yes we are just looking for a report, then will do a manual review of XLS and CSV attachments for PI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here's a Python script that will do it.
Please note: the steps required to generate the authorization token:
1. Go to https://id.atlassian.com/manage-profile/security/api-tokens and generate a token
2. Go to https://www.base64encode.net/ and encode it in this style:
YourLoginEmail@domain.com:APIToken
You can read more about that process here:
https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/
Here is the script:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Ken, much appreciated, I will give it a run.
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.