This is a simple plugin to render a graph of the issues in a version that have precedes/follows relationships to other tickets in the version.
Once the plugin is installed, a Link will show up in the Sidebar of the Issues Page.
This plugin was made to work with Redmine 4.0.0
This plugin uses graphviz to render the graphs; you'll need to install it and have it available in the PATH of the redmine app server before this plugin will work at all.
This is a Fork of tpip's Redmine Issue Dependency Graph, itself a fork of mpalmer's Redmine Issue Dependency Graph