I am exploring an option for our users to submit a feedback/idea on our application that can directly be passed on the Jira Product Discovery tool in the form of parameters from the code base. This use case will help us in having a singular place to review all the incoming requests. Does this tool provide any such integrations?
If yes, please direct me to where I can find that information.
If not, does adding that capability part of future roadmap?
Hi @Pralabh Garg (he/him) , if you're talking about a bespoke integration, then you can use the API for that.
https://developer.atlassian.com/cloud/ - You'll find how to create "Jira issues" in the Jira platform documentation - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
If you want you can add insights to ideas using the Jira Product Discovery API - example here: https://github.com/Atlassian-integrations/polaris-forge-ref-app/tree/master/push-example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.