Currently by using Jira 9.5 on-premise i am able to get response of createmeta for each issuetype using endpoint /rest/api/2/issue/createmeta/{projectId}/issuetypes/{issuetypeId} replacement for /rest/api/2/issue/createmeta?projectIds={projectId}&issuetypeIds={issuetypeId}&expand=projects.issuetypes.fields.
But what is the replacement rest api endpoint for previously using endpoint /rest/api/2/issue/createmeta?projectIds={projectId}&expand=projects.issuetypes.fields to get all fields of that project in the new Jira versions after Jira 9.0?
Hello @Manohar Jha
Your question is confusing.
No, I mentioned in first line that I am currently using Jira server version 9.5 and getting metadata fields using updated endpoint /rest/api/2/issue/createmeta/{projectId}/issuetypes/{issuetypeId}.
But I need metadata fields information of all issue types for version 9.5 which I was able to get previously using endpoint /rest/api/2/issue/createmeta?projectIds={projectId}&expand=projects.issuetypes.fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You use the word 'previously' but you don't quantify it. What exactly do you mean by 'previously':
Again, as far as I'm aware, there has been no reduction in functionality in the REST API of Jira Server version 9.5 compared to any previous versions back to v9.0, so there is nothing that can or needs to be 'replaced', as you call it.
I don't think I can help any further. Good luck with the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe that he is referring to *this* reduction in functionality:
https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html
The createmeta? endpoint's functionality was removed between 8.4 and 9.0, per the announcement. I'd call that a reduction.
Perhaps someone else can shed some light on replacement functionality instead of giving lessons in counting or other such pedantry.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a similar question isn't there an endpoint that works for both? cloud and server instances ? because /rest/api/2/issue/createmeta/{projectId}/issuetypes/{issuetypeId} does not work in cloud versions also the REST Fields API does not support query by issueTypeId so I feel this is not consistent across all Jira documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
I have similar concerns, how can we continue to get the same information that createmeta use to provide
how would you do this with latest rest api ?
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.