Hi,
When i write a seach query and fires it in the browser, it returns null.
The Query is : http://localhost:8080/rest/api/2/search?jql=Name~WO1.X.D
but it works fine for other queries :
http://localhost:8080/rest/api/2/search?jql=Name~WOP-D
I think the problem in in the name WO1.X.D
The "dots(.)" are not recognised.
Can somebody tell me a alternate for it .
TIA!
Hi, can you try replacing "." with "%2E". I think they need to be escaped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.