I'm trying to get a list of watched issues for a user via a JQL search in an API call. The URL with call is:
The user submitting the API call has over 7000 watched issues, but the API call returns only 1 issue, which is being watched by the user.
When I run the same URL in the browser, it returns all 7000+.
Why does this work in a browser, but not via script?
Hello,
The search endpoint should return the same issues as in Jira. Make sure that you connect under the same user in Jira and while executing the search rest endpoint
100% the problem. I was connecting as a different user. Thanks for the advice.
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.