create a project,
Create an issue
What do you mean by "metadata" and where? You have not given us any context for your question, so we can't work out what to tell you.
Metadata basically means all the data that are required to create an issue/project in JIRA.Is there any api available?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have gone through this URL---->
https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-createmeta-get
But this doesn't return all the data required for creating an issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works for me, I get all the fields, with a mandatory or optional flag set on them as well.
But you do need to use the "expand" flag as documented in there.
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.