Vote #81527
完了Query links for related issues on issue page
0%
説明
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).
!{width: 769px; border: 1px solid grey;}.query-links-for-related-issues.png!
journals
+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:
<pre><code class="css">
#issue_tree .issues-stat, #relations .issues-stat {font-size: 80%}
#issue_tree .issues-stat .badge, #relations .issues-stat .badge {bottom: initial;}
</code></pre>
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Setting the target version to 5.0.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the patch. Thank you for improving Redmine.
--------------------------------------------------------------------------------
related_issues
relates,Closed,28471,Query links for subtasks on issue page