Feature #34302
closedShow parent issues in notification email
0%
Description
The current format of email notifications lacks the information of parent issues. I think the information is useful to know the purpose of the subtask because the subject of a parent task usually expresses a more generic concept.
Web UI already shows parent issues with indented style. I think it would be nice if they are shown with the same style in email notifications.
Files
Updated by Yuichi HARADA almost 4 years ago
- File issue-of-deep-hierarchy.png issue-of-deep-hierarchy.png added
- File notification-email-with-parent-task-added.png notification-email-with-parent-task-added.png added
- File 34302.patch 34302.patch added
As shown in the image below, I think that it would be difficult to read the notification email if the parent-children hierarchies became deep, so I added "Parent task" in the issue attributes of the notification email.
I attached a patch.
Updated by Go MAEDA almost 4 years ago
Thank you for posting the patch. I am not sure if it is appropriate to add a method to Issue model just for email notifications.
Updated by Go MAEDA almost 2 years ago
- Target version set to Candidate for next major release
Go MAEDA wrote:
Thank you for posting the patch. I am not sure if it is appropriate to add a method to Issue model just for email notifications.
After consideration, I don't think that adding Issue#parent_issue
is a problem. Adding the method simplifies the implementation of the feature. Also, it makes things more consistent because there is already Issue#parent_issue_id
.
Updated by Go MAEDA over 1 year ago
- Target version changed from Candidate for next major release to 5.1.0
Setting the target version to 5.1.0.
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.