Do not call all Issues
Hallo,
When I call an issue, my code works. I am using the below code.
GET/ api / http / projects / {project} / planning / issues / {issueId}
https://example.myjetbrains.com/api/http/projects/{project}/planning/issues/{issueId}
But I couldn't find how to call all of them.
What should I write next to this code?
GET/ api / http / projects / {project} / planning / issues
https://example.myjetbrains.com/api/http/projects/{project}/planning/issues/-----
Please sign in to leave a comment.
Vilazra - hi,
Thank you for your question!
Get all issues request has a couple of required parameters - sorting and descending. So you can try this:
More information about available values for these parameters can be explored via Space HTTP Playground, here you can find a brief guide https://www.jetbrains.com/help/space/api.html.
Please let me know if you have additional questions!
Margarita Kolotilova
JetBrains
http://www.jetbrains.com
The Drive to Develop
Hi,
Thanks for the answer.
It was very useful.