Create custom fields using the Jira API

I was just wondering if it is possible using the Jira server API to create custom fields and associate them to the relevant screens.

Checked the documentation but couldn’t seem to find anything related to this.

When you write “Jira server API”, are you referring to the Java API made available by Jira Server? I notice that you’ve tagged your post with jira-cloud, so I’m wondering if you are referring to a REST API instead.

I mean both the cloud and hosted APIs (which are nearly similar I believe).

The following two end-points are part of the Jira Cloud REST API:

… and for Jira Server, they are pretty much the same:

Which documentation was that?

3 Likes

Thanks for the tip, it works.