You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.