I am trying to integrate Jira with zoho creator application so that I can detect the flow of the each project and detect how much time an assignee spends on a task or subtask
But when i hit the endpoint 'https://vritiai.atlassian.net/rest/api/3/search?jql=project=KEY'
Where the key is the project key of each project, but i only get max results of issues in response as 50 and i don't even get the assignee of the story in the response.
Can you suggest me an approach to resolve this.
Hi @[deleted] ,
50 seems to be the max results you can fetch for the https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get API.
I tested this at my end too, and was able to see the Assignee details in the response. Try this JQ Filter : " .issues[].fields.assignee" https://jqplay.org/ (Paste the response here and use the filter to see the assignee)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.