I am using Cloud Rest API for personal tools (personal Jira client to speedup daily tasks at work).
I found responses extremely verbose for some fields. Especially status and parent. By default, they are expanded, including name, description, statusCategory and so on.
I would like to have compact mode, where API returns only ID or key. But not expand it more. Otherwise it is massive unnecessary duplication.
Hi @alprog
Jira Cloud REST API doesn’t currently support “compact mode.” Fields like status and parent are always returned as objects, not simple IDs or keys. Jira supports expanding objects, but not collapsing them. The best workaround is to explicitly set fields to only what you need and extract the minimal values client-side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.