Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-04-02 11:06:48 +07:00
committed by GitHub
parent e2ae4b157e
commit b6de3da74a
75 changed files with 1007 additions and 379 deletions
+20 -1
View File
@@ -140,6 +140,25 @@ export default plugin(trackerId, {
Project: '' as Asset,
Issue: '' as Asset,
Team: '' as Asset,
Document: '' as Asset
Document: '' as Asset,
Inbox: '' as Asset,
MyIssues: '' as Asset,
Views: '' as Asset,
Issues: '' as Asset,
Projects: '' as Asset,
NewIssue: '' as Asset,
Magnifier: '' as Asset,
Home: '' as Asset,
StatusBacklog: '' as Asset,
StatusTodo: '' as Asset,
StatusInProgress: '' as Asset,
StatusDone: '' as Asset,
StatusCanceled: '' as Asset,
PriorityNoPriority: '' as Asset,
PriorityUrgent: '' as Asset,
PriorityHigh: '' as Asset,
PriorityMedium: '' as Asset,
PriorityLow: '' as Asset
}
})