Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need assistance on jiraVmIssueFieldUrl= /rest/api/2/issue/createmeta

Cyber BBH December 29, 2022

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

1 answer

1 accepted

0 votes
Answer accepted
Vamsi Kandala
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2022

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

Cyber BBH December 29, 2022

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":[]} 
Vamsi Kandala
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2022

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

Cyber BBH December 29, 2022

Hi, 
We are directly hitting the apis to the browser

In 9.4.0:

9.4.0.PNG

In 8.20.8:

8.20.8.PNG

 

If you can notice, in 9.4.0: we can't see the project in the response

Vamsi Kandala
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 29, 2022

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

Suggest an answer

Log in or Sign up to answer