I have an API in below form
https://companyName.atlassian.net/rest/api/2/search/?jql=project=abc AND (status changed to (closed,"Deployed to Prod") AFTER startOfMonth(-1) BEFORE endOfMonth(-1)) AND "Team" = "ABC" AND issuetype not in(subTaskIssueTypes(),Epic) &maxResults=1000
total no of results are for this issue query is 150 but in response, I am getting only 100.
in response, I get something like this,
{
"expand": "schema,names",
"startAt": 0,
"maxResults": 100,
"total": 150,
"issues": [
{
I don't know what the mistake I am doing here. Can anybody please help me
Hi Saurabh
Please see this post - Atlassian have unfortunately made a change and not told anyone
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.