Better card informations display
This commit is contained in:
@ -64,12 +64,9 @@ function createCards(projects, issues, lane) {
|
||||
if (hasLabel) {
|
||||
projectCards.push({
|
||||
id: issue.id,
|
||||
title: `#${issue.number} - ${issue.title}`,
|
||||
description: "",
|
||||
title: issue.title,
|
||||
project: p,
|
||||
labels: issue.labels,
|
||||
assignee: issue.assignee,
|
||||
number: issue.number
|
||||
issue: issue,
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user