The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deleting data from jira tasks

Ase IT
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2019

Due to GDPR I need to delete data in jira tasks, without deleting the task it self.

We use ID numbers to identify customers. Due to this, we have ID numbers in our tasks, for instance if a specific costumer is included in a bug, we have to list the ID number in the task. 

Now I need to "run through" all Jira tasks and delete this number, both in comments and in description etc.. Is there a smart and simple way to do this?

Preferable a method that can be repeated once in a while.

 

Regards

Anders

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Hana Kučerová
Community Champion
November 10, 2019

Hi @Ase IT,

I've found this add-on, which enables you to replace string in comments:

https://marketplace.atlassian.com/apps/1214301/comment-toolbox-for-jira

https://kostebekteknoloji.atlassian.net/wiki/spaces/JCT/pages/8257543/Replace+String+in+Comment

But it looks like that it won't help you with the description field etc.

The only other way I can think of is write some custom script, but it is not a simple solution.

Ase IT
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 11, 2019

Hi Hana

Thanks for your answer. I really appreciate it.

However, it looks like you need to know the exact text-string you want to replace.

In my case, I'll need to identify all numbers that holds 10 digits, and either delete them, or replace them with 10 "x's"

Hana Kučerová
Community Champion
November 22, 2019

Hi @Ase IT,

did you find any way how to resolve this problem?

I've been thinking about it and I found out, that maybe you could do it using Jira backup functionality:

  • export all your data to your filesystem
  • replace all the strings you need using some text editor (find and replace the strings using regular expressions)
  • import your data back

Do you think this approach could work for you?

Like Dave LIAO likes this