It is possible to get the createmeta based on project and issuetype,
http://kelpie9:8081/rest/api/2/issue/createmeta?projectKeys=QA&issuetypeNames=Bug&expand=projects.issuetypes.fields
Is there a parallel API call to get the editmeta.
Hi Sarah,
Editmeta requires an issue key/ID because it needs to know whether the user has the permission to view and edit that issue. This is a reflection of what you can do in the GUI:
* For Create, you don't need to know issue key/ID as you're going to create one
* For Edit, you however need to browse the issue before you can click the Edit button
This has also been discussed as a part of the following link:
* JRASERVER-66202: Document why REST editmeta requires Issue Key/ID
Hope this info helps.
Regards,
Arthur Gonçalves | Atlassian Support
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.