+ {/* 1st row 1st item */}
+
+ Participants
+
+
+ {/* 1st row 2nd item */}
+
+
+ {issue.comments.length}
+
+ {issue.participants.map((participant, index) => (
+
})
+ ))}
+
+
+ {/* 1st row 3rd item */}
+
+ Project
+
+
+ {/* 1st row 4th item */}
+
+ {issue.project ? issue.project.name : ''}
+
+
+ {/* 2nd row 1st item */}
+
+ Achievement
+
+
+ {/* 2nd row 2nd item */}
+
+

+
+
+ {/* 2nd row 3rd item */}
+
+ Milestone
+
+
+ {/* 2nd row 4th item */}
+
+ {issue.milestone || ''}
+
+