@Andrew Welcome to the Atlassian community
I believe that the token is a unique GUID and most likely generated off of specific keys in the Jira Service Management. You will need to use the API to get the information you need to make a postback to the API. You will never want to post directly to the DB. https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-requestidorkey-feedback-get Using the APIs you will ensure that everything is updated properly in the application. If you are building your own page just use the get and post and you will be fine.
Thank you very much for your reply!
I read the document, which said cloud services.
My JIRA application is deployed on a local server. Is there the same interface available?
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.
@Andrew there is an API for server but it does not contain feedback as an option. https://docs.atlassian.com/jira-servicedesk/REST/3.6.2/ there is a request for it here that you can vote for https://jira.atlassian.com/browse/JSDSERVER-5950
If you were to build your own survey I do not know of a way to get that information into the service desk. I know that there are some apps in the marketplace but they might not be what you are looking for either.
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.