Hi, for this Api- /issue/create meta/{project-id}/issue types/ from the response body returned, I need only the
name and id fields from the response, is there some jql query or fields params?
The Jira Cloud platform REST API
The above is the API. So from the response I need only the name and the id.
Hi @Mansi Gusain In this API you can't add JQL query. Unfortunately, Jira's createmeta
API does not support query parameters to filter only specific fields like name
and id
directly in the request URL
You need to export the json to csv and filter out the data. in API you can't add filter.
OR you can create python script to get field name and if only.
Hi thankyou for replying , same applies to this also?
/issue/createmeta/{project-id}/issuetypes/issueid api as well ? Here also I only needed the required set true fields only but I am getting all….
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same applies to this API as well. You will get complete data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad I could help!
If the solution worked for you, kindly click "Accept Answer" so it can assist others with a similar query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.