The content of this Space is not the latest version of WBS Gantt-Chart for Jira.
We have separate Space for each version of the product. If the version you are using differs from the one in this Space title, please find the correct one from the below page. https://ricksoft-support.atlassian.net/wiki/spaces/WGC/overview


Child issues not displayed in WBS Gantt-Chart after a version is deleted?

Summary

After a version is deleted, child issues are not displayed in WBS Gantt-Chart.

Workaround

This behavior is caused by the following bug: https://jira.atlassian.com/browse/JRA-22351
To fix this, execute the SQL below:

delete from nodeassociation where source_node_entity = 'Issue' and sink_node_entity = 'Version' and sink_node_id not in (select id from projectversion);



If you have any questions please feel free to ask a member of the Ricksoft community!