This is the API URL I am using to get custom fields of a specific project. It give me custom fields after i filter out the API response a bit.
But my requirement is to get custom fields for each issue type in that project. Like if i have Epic and story ,I want custom fields of them both individually. Is it possible , is there any API available for that?
I went though the docs couldn't find any.
url = f"{jira_instance_url}/rest/api/3/field?jql=project={projectID}"
Hi @krnsda04
I'm afraid that in Cloud this is not possible to achieve. I couldn't find anything useful.
To confirm that you can ask Atlassian support.
Regards,
Seba
Hi @Sebastian Krzewiński
Thanks for the quick response.
Sorry to ask this twice, but what does "I'm afraid that in Cloud this is not possible to achieve." means. In any other way is it possible other than cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By saying that I was mean that on data center versions there is a rest api to get this info.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.