We use the product to document the customer IP addresses in CIDR notation. We are not able to find IP addresses when searching for items like below, but when i go to the page where that is defined it is there?
185.24.236/0/24
@Chris Reedus Welcome to the Atlassian community. You will need the proper syntax in search. / is used for regular expression searches and I believe is a reserved character. So you might have to do a wildcard search 185.24.236*0*24 This could return more than what you want.
/.*185[.]24[.]236[/]0[/]24.*/
I had to find a simple IP address, and it turned out to be
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.