If we are developing a new portal front end for JIRA (using REST API to create issues), instead of using default portal, is it possible to access the Metadata values in JIRA database directly?
We want field such as request types, groups, and other List value fields to be shown in my developed front end.
Hello,
You should not receive information from Jira database. Use Jira Rest Api instead.
But servicedeskapi/servicedesk/{serviceDeskId}/requesttypegroup is marked as experimental . Does that mean it could be changed in future ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is ok. You can use it. Yes, it can change but any Jira API can change but it is still better to use it than to query the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agreed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use REST API's
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.