I'm running Jenkins 1.568
I'm having this same issue. I am using folders to organize projects by function and need to create a consolidated dashboard of test jobs and am using the "Test Statistics Grid" portlet.
My Dashboard view is NOT inside a folder. It DOES include jobs that are in a folder.
Links that belong to projects that are NOT in a folder work just fine. The portlet seems to be finding the projects and displaying test result statistics just fine, it is simply an issue with the link to the jobs. Examples below:
Link within dashboard from Project folder (doesn't work):
http://mycompany.com/jenkins/view/Test%20Dashboard/job/Project1/
In playing around, the corrected link below DOES work:
http://mycompany.com/jenkins/view/Test%20Dashboard/job/ProjectFolder/job/Project1/
It seems it is simply missing the '<Folder>/job' portion where the non-dashboard link is:
http://mycompany.com/jenkins/job/ProjectFolder/job/Project1/
I'm running Jenkins 1.568
I'm having this same issue. I am using folders to organize projects by function and need to create a consolidated dashboard of test jobs and am using the "Test Statistics Grid" portlet.
My Dashboard view is NOT inside a folder. It DOES include jobs that are in a folder.
Links that belong to projects that are NOT in a folder work just fine. The portlet seems to be finding the projects and displaying test result statistics just fine, it is simply an issue with the link to the jobs. Examples below:
Link within dashboard from Project folder (doesn't work):
http://mycompany.com/jenkins/view/Test%20Dashboard/job/Project1/
In playing around, the corrected link below DOES work:
http://mycompany.com/jenkins/view/Test%20Dashboard/job/ProjectFolder/job/Project1/
It seems it is simply missing the '<Folder>/job' portion where the non-dashboard link is:
http://mycompany.com/jenkins/job/ProjectFolder/job/Project1/