Defect #8291
closedIssued refed/closed by repository commit message don't show as associated revisions if issue is in a different project to the repository
0%
Description
We have a situation where we have a master project that has a repository associated with it and we then have a couple of sub-projects that don't have any repository associated with them.
Issues are raised at the sub-project level but the code is checked into the repository at the main project level.
When the committer uses the 'Refs #xx' or 'Fixes #xx' in the commit text the issue is marked as closed ( if using Fixes #xx ) as expected and the revision history shows the list of associated issues, However the issue itself does not show the 'Associated Revisions' block on the right side.
If the issue is at the same level as the project then the 'Associated Revisions' block shows up correctly. It is only when the issue is on a different project to the repository that the association does not show up.
Related issues