Feature #35559
closedQuery links for related issues on issue page
0%
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
Related issues
Updated by Takenori TAKAKI over 3 years ago
- File 35559.patch 35559.patch added
+1 Nice UI improvement.
I made a patch to implement this feature.
Please check the attached code.
Updated by Marius BÄ‚LTEANU over 3 years ago
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.
Updated by Mischa The Evil over 3 years ago
Just my two cents: I think it makes sense to add this too given that #28471 got integrated.
Updated by Holger Just over 3 years ago
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;}
Updated by Go MAEDA over 3 years ago
- File 35559-v2.patch 35559-v2.patch added
- Target version set to Candidate for next major release
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.
Updated by Go MAEDA over 3 years ago
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
Updated by Go MAEDA about 3 years ago
- Related to Feature #28471: Query links for subtasks on issue page added
Updated by Go MAEDA about 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for improving Redmine.