Hello,
We are game developers who would like to allow consumers to submit bugs through our in-game UI instead of popping up a web browser. The use case would be to potentially have this ability on consoles.
We are aware of JIRA issue collector, but that does not support the use case we are trying to enable.
Is there such a thing as submitting a bug via RESTful API?
@Kain I don't see any problem submitting bug using rest api to jira.
It is just a matter of calling - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
But the problem you will face are of security. I don't think you will like to embed API Key of user in your game (this can be use by anyone to flood in your Jira).
The better solution will using Jira Service Desk. This product is made just for this use case.
Thank you. The API key would be hidden behind our AWS APIGateway, which can also have throttle control.
I can't find much information about how this would be done with Jira Service Desk. The important part of this is not depending on a web browser and not requiring the user to create a separate account. In essence, we want minimal friction on a user deciding to report a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Kain If your API Key are hidden, then you won't need service desk.
Approach I would use and suggest based on my understanding of your use case is as follows,
I hope this helps.
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.