So one of our departments who uses JIRA has been apparently adding SSN's to the description of tickets (don't ask why)...this is obviously a no-no to our security department, and I have been tasked with finding a way to filter for this. Is there a way (probably using script runner or other form of advanced JQL) that will allow to search for a string that contains 9 consecutive integers or $xxx-xx-xxxx or something so I can filter for all tickets that MIGHT contain an SSN in the description field?
Have you tried something like this in JQL: description ~ "???-???-????" OR description ~ "?????????"
It's not as good as digits, but it might get you started.
The only problem is that ? doesn't denote whether it's a letter or number, so it doesn't really work.
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.