indeed_1
(mmm)
December 9, 2021, 8:52pm
1
Hi
How can I retrieve issues with all fields in postman without type all of them?
Here is the example:
https://example.youtrack.cloud/api/issues?query=for:%20me%20%23Unresolved%20&fields=id,summary,description,reporter(login)
Here is the document:
Any idea?
Thanks
bpricilla
(Pricilla B)
December 10, 2021, 5:24am
2
@indeed_1 Welcome to the Community
Did you tried with our any params like below:
indeed_1
(mmm)
December 10, 2021, 6:18am
3
@bpricilla Thanks for answer, sure i try it at first but return only issue number an it’s type! While there are couple fields that exist for this issue like project name, author,…
Here is the result
https://youtrack.jetbrains.com/api/issues
[{“id”:“25-3661524”,"$type":“Issue”},{“id”:“25-3659157”,"$type":“Issue”}