Hi Team,
I am trying to get list of created issues through JIRA Rest API in my application for integration and got the result with provided reference url. It is giving me hierarchical structure of all attributes.
Can we filter only those attributes which are appearing on the issue form? I mean only attribute with their values directly.
Regards,
Arvind
From an API perspective, you will get the entire payload, its up to you to doing any filtering in your application code to get what you need. You will need to parse the json in order to get direct values. Are you using a library or your own code to query Jira Rest API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.