feat: state description in settings (#275)
* chore: removed minor bugs * feat: state description in settings * feat: group by assignee
This commit is contained in:
parent
9c8c7f1dda
commit
e53ff4c02e
13 changed files with 188 additions and 208 deletions
|
|
@ -5,6 +5,7 @@ export const GROUP_BY_OPTIONS: Array<{ name: string; key: NestedKeyOf<IIssue> |
|
|||
{ name: "State", key: "state_detail.name" },
|
||||
{ name: "Priority", key: "priority" },
|
||||
{ name: "Created By", key: "created_by" },
|
||||
{ name: "Assignee", key: "assignees" },
|
||||
{ name: "None", key: null },
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue