+
+ {{ issue.title ? issue.title : 'No title' }}
+
+
+
+
+
+
+
+
+ {{ issue.assignee ? issue.assignee?.user.name : 'No assignee' }}
+
+
+
+
+
+
+ {{ formattedDate }}
+
+
+
+
+ No due date
+
+
+
+
+
+
+
+ {{ issue.activities?.items?.[0]?.actor?.user.name }}
+
+
+ created this issue ·
+ {{ dayjs(issue.activities?.items?.[0].createdAt).from(dayjs()) }}
+
+
+
+
+
+
+
+
+
+ {{ reply.author?.user.name }}
+
+
+ replied ·
+ {{ dayjs(reply.createdAt).from(dayjs()) }}
+
+
+
+
+
+
+
+