Project

General

Profile

Actions

Feature #35559

closed

Query links for related issues on issue page

Added by Go MAEDA almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Issues
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

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

query-links-for-related-issues.png (192 KB) query-links-for-related-issues.png Go MAEDA, 2021-07-13 03:48
35559.patch (6.31 KB) 35559.patch Takenori TAKAKI, 2021-07-26 05:16
35559-v2.patch (6.25 KB) 35559-v2.patch Go MAEDA, 2021-08-15 14:10

Related issues

Related to Redmine - Feature #28471: Query links for subtasks on issue pageClosedGo MAEDA

Actions
Actions #1

Updated by Takenori TAKAKI over 2 years ago

+1 Nice UI improvement.
I made a patch to implement this feature.
Please check the attached code.

Actions #2

Updated by Marius BÄ‚LTEANU over 2 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.

Actions #3

Updated by Mischa The Evil over 2 years ago

Just my two cents: I think it makes sense to add this too given that #28471 got integrated.

Actions #4

Updated by Holger Just over 2 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;}
Actions #5

Updated by Go MAEDA over 2 years ago

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.

Actions #6

Updated by Go MAEDA over 2 years ago

  • Target version changed from Candidate for next major release to 5.0.0

Setting the target version to 5.0.0.

Actions #7

Updated by Go MAEDA over 2 years ago

  • Related to Feature #28471: Query links for subtasks on issue page added
Actions #8

Updated by Go MAEDA over 2 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.

Actions

Also available in: Atom PDF