I want to understand JIRA database, but I couldn’t understand the relation between the tables nodeAssocation, project and workflowscheme in terms of entity-relationship.
Is nodeassociation an association between the two tables project and workflowscheme?
Best way to understand the relationship is to have a look at values in association_type
For instance doing following query
You get
For instance for
you get the values
Which relates issue with id 10010 with version with id 10003
That way you get access to the fixVersions associated to a particular issue.
Similarly you get an association between issues an components and so on..
Hope this helps,
Francis