Are there any support to Product Discovery to use JQL: I'm thinking to use Idea as replacement for Epics and I would like to have ways to write filter query to get a list of implementation/delivery tickets associated with the Idea
The ideas in Jira Product Discovery are just another issue type, so you can query them with JQL. The question is: what do you want to query?
For the example you gave to get the associated implementation / delivery items, I believe those are linked to ideas, and so they could be found with the linkedIssues function: https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#linkedIssues--
For more complicated queries you may need one of the marketplace addons which add capabilities to JQL. I suggest experimenting to see what helps you, and investigate adds if necessary.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.