Feature #35559
closed
Query links for related issues on issue page
Added by Go MAEDA over 3 years ago.
Updated about 3 years ago.
Description
Redmine 4.2.0 and later have query links for subtasks on an issue page (#28471). I think the "Related issues" section should also have similar links.
Although there is no filter that can extract all types of related issues as mentioned in #28471, I think the new links can be implemented by using the issue ids filter (#4806).
Files
+1 Nice UI improvement.
I made a patch to implement this feature.
Please check the attached code.
I would like to get more feedback from the users for this feature because I'm worried that we add too much information on the issue page.
Just my two cents: I think it makes sense to add this too given that #28471 got integrated.
Mischa The Evil wrote:
Just my two cents: I think it makes sense to add this too given that #28471 got integrated.
+1
We should just make sure that the style of the links is consistent in both places. The CSS change on the patch does not work correctly here. It should look like this instead:
#issue_tree .issues-stat, #relations .issues-stat {font-size: 80%}
#issue_tree .issues-stat .badge, #relations .issues-stat .badge {bottom: initial;}
Holger Just wrote:
We should just make sure that the style of the links is consistent in both places. The CSS change on the patch does not work correctly here. It should look like this instead:
Update the patch. Thank you.
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
- Related to Feature #28471: Query links for subtasks on issue page added
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for improving Redmine.
Also available in: Atom
PDF