- JIRA 6.x Administration Cookbook
- Patrick Li
- 347字
- 2021-12-08 12:37:32
Anonymizing JIRA exports
Sometimes, in order to troubleshoot your JIRA instance, you need to provide a data dump for Atlassian or another service vendor so that they can recreate your environment to reproduce the problem locally. If you have sensitive information in your JIRA, this can be troublesome. In this recipe, we will look at how we can anonymize our data in JIRA.
Getting ready
For this recipe, we need to use the JIRA Anonymizer utility. You can download it from the following link:
To run the Anonymizer utility, make sure that the following prerequisites are met on the machine you are running the utility from:
- Make sure the
JAVA_HOME
environment variable is set properly - Running the
java -version
command will display the correct version of Java
How to do it…
Perform the following steps to anonymize your JIRA export:
- Unzip the
jira_anon.zip
file to a temporary directory. - Copy your JIRA XML export (
entities.xml
) to the temporary directory. - Open up a command prompt and go to the temporary directory where the
joost.jar
file resides. - Run the anonymizer application with the
java -Xmx512m -jar joost.jar entities.xml anon.stx > anon-entities.xml
command, whereentities.xml
is the name of the original XML export andanon-entities.xml
is the new anonymized XML file to be created.Note
JIRA's XML backup utility produces a ZIP file that contains two XML files; do not anonymize
activeobjects.xml
.
How it works…
The JIRA Anonymizer protects sensitive information in your JIRA by going through your JIRA XML export and replacing values from many fields in JIRA with a string of the character x. The list of fields that are to be anonymized include the following:
- Issue summary, environment, and description
- Comments, work logs, and change logs
- The project description
- Configuration scheme description such as the notification and permission schemes
- Attachment filenames
- Text custom field types
Depending on the size of the export, the utility may require additional memory for processing. The -Xmx
parameter indicates the amount of memory to allocate, so in the preceding steps, we allocated 512 MB of memory to run the utility.
- 資本的眼睛
- Mastering System Center Configuration Manager
- 讓財報說話:世界500強CFO帶你輕松讀財報(鮮讀版)
- Splunk:Enterprise Operational Intelligence Delivered
- Learning Informatica PowerCenter 9.x
- 注冊會計師全國統一考試專用教材:審計
- Learning Microsoft Azure
- 審計實務案例與實訓教程
- AO2011實用手冊
- vSphere Design Best Practices
- 行政單位經濟責任審計實務指南
- 企業并購審查中的相關市場界定:理論與案例
- 公司內部審計
- Stata統計分析與行業應用案例詳解(第2版)
- Getting Started with Oracle Tuxedo