There's three things wrong with your JQL:
"jql": "project~Teste AND summary~second Rest Issue",
Try:
"jql": "project = Teste AND summary ~ 'second Rest Issue' ",
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I see 2 errors here - project cannot use ~ and you need to wrap the parameter for summary like this
project=Test AND summary~"second Rest Issue"
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.