You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example url : https://tc.myproj.com/httpAuth/app/rest/changes?locator=build:(running:any,sinceBuild:(buildType:My_BUILD_TYPE,status:SUCCESS))&fields=change(comment)
Seems dupe of #23. Current implementation does not allow easy handle of nested patterns. Also, we can not blind allow multiple ))) due false positives for such case:
Example url :
https://tc.myproj.com/httpAuth/app/rest/changes?locator=build:(running:any,sinceBuild:(buildType:My_BUILD_TYPE,status:SUCCESS))&fields=change(comment)
Matched result:
https://tc.myproj.com/httpAuth/app/rest/changes?locator=build:(running:any,sinceBuild:(buildType:My_BUILD_TYPE,status:SUCCESS))
Missing part:
&fields=change(comment)
The text was updated successfully, but these errors were encountered: