");
98 | text.AppendLine($" {issue.IssueId} | ");
99 | text.AppendLine($" {UntriagedTypeToString(mapEntry.Value)} | ");
100 | text.AppendLine(" ");
101 | text.AppendLine($" {HttpUtility.HtmlEncode(issue.Title)}");
102 | if (issue.LabelsText != null)
103 | {
104 | text.AppendLine($"
Labels: {issue.LabelsText} ");
105 | }
106 | text.AppendLine(" | ");
107 | text.AppendLine($" {issue.AssignedToText} | ");
108 | text.AppendLine($" {issue.MilestoneText} | ");
109 | text.AppendLine("
");
110 | }
111 | text.AppendLine("