Vote #79941
完了Show the total number of open issues in a reminder
0%
説明
It is useful if email reminders show the total number of open issues next to "View all issues" link like the following picture. The information is very useful to understand how many tasks the user has without opening the issues list with a web browser.
!{width: 334px; border: 1px solid #ccc;}.reminder-with-open-issues-count@2x.png!
journals
Go MAEDA wrote:
> The information is very useful to understand how many tasks the user has without opening the issues list with a web browser.
+1
I'm actually receiving reminders, but rarely open a web browser to see the issues list.
I attached a patch.
--------------------------------------------------------------------------------
Thank you for the patch but I noticed that there is one problem.
Although the URL in reminders shows issues assigned to the user and their group, the issue count only includes issues directly assigned to the user.
Assume that Bob is a member of group AcmeCompany. 7 issues are directly assigned to Bob and 3 issues are assigned to group AcmeCompny. In this condition, Bob will see 10 issues when he clicks the URL in reminders. Actually, the issue count written in the email reminder is 7.
--------------------------------------------------------------------------------
Go MAEDA wrote:
> Although the URL in reminders shows issues assigned to the user and their group, the issue count only includes issues directly assigned to the user.
Sorry, I made a mistake.
Change to use @IssueQuery@ to get the number of open issues for the user and the group to which the his belongs.
I rebuilt a patch.
--------------------------------------------------------------------------------
LGTM. Setting the target version to 4.1.0.
--------------------------------------------------------------------------------
Committed the patch. Thank you for your contribution.
--------------------------------------------------------------------------------