We have updated our jira from 8.20.X to 9.4.0
So our issue field URL is giving us problem.
I saw from your release note that for 9.0.0, GET /rest/api/2/issue/createmeta
the above method is deleted then what is in the 9.4.0 for issue field?
I am trying with GET /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes
but this method is giving me exception
Hi @Cyber BBH,
Can you let me know what the exception error is?
Per my understanding, Jira version 9.4.0 still supports GET /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes.
Did you check whether there is some configuration setting that is blocking the REST API calls? Most likely in the 'Rate Limiting' section in System settings. Some of the settings must have been be enabled by default when you have upgraded from 8.20.x to 9.4.0.
Thanks,
Vamsi
I understand that 9.4.0 supports GET /rest/api/2/issue/createmeta/{projectIdOrKey}/issuetypes
but there is a change in response of this API
In 9.4.0 we are not getting the project, and in 8.20.x we get the project in the response of the above API
for example: In 8.20.x response of the above api
{"expand":"projects","projects":[]}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cyber BBH,
Can you send us the screenshot of the response?
The above API call retrieves all the issue types of the mentioned project.
Are you using any application like Postman for the REST API calls or checking directly in the browser?
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We are directly hitting the apis to the browser
In 9.4.0:
In 8.20.8:
If you can notice, in 9.4.0: we can't see the project in the response
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cyber BBH
If you notice, the urls for API call are different in both the screenshots.
Can you check again and let me know?
Thanks,
Vamsi
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.