Exclude field in REST API
I send request to YouTrack like this: "[host]/rest/issue?filter=[conditions]". And I want to exclude some fields that are superfluous for me(for instance "comment" and "description"). Can I do this?
Please sign in to leave a comment.
Hello,
Unfortunately, that's not possible to exclude fields, but you can send needed fields with "with" parameter.
put the results into an array and only echo what you need to look at
Douglaswolfanger
The point is to download fewer data. Performance.