Hello all,
We have generated a REST client for Jira Cloud (/rest/api/3/) using Swagger api .
thanks to blog - https://blog.developer.atlassian.com/update-to-jira-clouds-swagger-openapi-docs/
We are using the rest client along with OAuth 2.0 (3LO) flow-> able to create issues etc as described. But could not seem to find a way to get boards , sprints .
What is the easiest way to get the above details? viz.,
Input Board -> 1) Get all Sprint 2) Get all issues with statues
Input sprint in a project -> get all issues with statues
I do not want to have multiple flows. I understand this is possible for Jira server rest api/ OAuth 1.0 / older versions…
How do we do this for “Jira Cloud” ?
What we have already tried:
rest/api/3/search?jql=project=“ID01”
=> this lists all the issues in the project
But there is no filter fields for Board or sprint
/rest/api/3/field
This is similar to
The answers did not help us fully.
Hence a more specific topic on this. Any hints/answers that can help us is greatly appreciated.
Thanks,
Karthik
mentioning experts for faster reach
@ibuchanan @bkelley