-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.4.3
-
None
-
6.04
-
1
-
Severity 3 - Minor
-
Summary
The information at the version panel is not showing
Steps to Reproduce
- Create a new version : eg Version1
- Set the fix version as Version1 & Version2
- Delete Version1
Expected Results
Version2 will have issue = 1 in the version panel
Actual Results
No information is shown
Workaround
Backup prior to performing below
- Run the following SQL
select * from nodeassociation where sink_node_id NOT IN (select id from projectversion); - Delete the node association that does not exist in projectversion
- DELETE from nodeassociation where sink_node_id = XXXXX;
- relates to
-
JSWSERVER-10629 The Statistics for Version panel is showing incorrect values.
- Closed
-
JSWSERVER-12871 Versions Panel in Rapid Board displays wrong information when an issue has multiple Fix Version
- Closed