Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Api endpoint of jira

Deleted user September 12, 2023

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.

1 answer

0 votes
Jehan Bhathena
Community Champion
September 17, 2023

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)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events