As we call "JIRA-REST-API GET /rest/api/3/issue/createmeta .
It is having difference in API response between On-Premise and cloud JIRA server.
1. If we call "CREATEMETA" API for On-Premise JIRA server then response is :
`{
"description":{
"required":false,
"name":"Description",
"key":"description",
}
}`
2. If we call same API for Cloud hosted JIRA server then response is:
`{
"description":{
"required":false,
"name":"Description",
"fieldId":"description",
}
}`
There is inconsistency of property name for same API between cloud and on premise JIRA server.
Hello Manoj
Not sure whether it is intentionally different.
Atlassian support https://support.atlassian.com/ is the right place to raise bugs and suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.