I would like to create a database, which can search Jira issues through issue links and support multiple links between issues. I would also like to retrieve selected fields from resulting issues to the database table.
What I want as a result, is a "graph database" of jira issues, that can be printed in a table, for example:
A <implemented by> B <tested by> C
Another way that comes into my mind would be ability to join different Confluence Databases with Jira issue links.
Is there anything like this on the roadmap, or is feature like this even technically feasible?