Moscow and Denver will take care of digging a tunnel into the safe they are the best in the business.
`, 69 | estimate: 8, 70 | timeSpent: 4, 71 | reporterId: users[1].id, 72 | project, 73 | users: [users[1], users[3]] 74 | }), 75 | createEntity(Issue, { 76 | title: "Print money for a total of 2.4 billion Euros", 77 | type: IssueType.TASK, 78 | status: IssueStatus.INPROGRESS, 79 | priority: IssuePriority.MEDIUM, 80 | listPosition: 3, 81 | description: `The plan is not just to rob the bank no no no..., we are going to take the employees hostage and make them print 2.4 billion Euros
`, 82 | estimate: 5, 83 | timeSpent: 2, 84 | reporterId: users[1].id, 85 | project, 86 | users: [users[2], users[1], users[3]] 87 | }), 88 | createEntity(Issue, { 89 | title: "Couple hostages tried to escape", 90 | type: IssueType.BUG, 91 | status: IssueStatus.INPROGRESS, 92 | priority: IssuePriority.HIGHEST, 93 | listPosition: 4, 94 | description: `Arturo tried escaping with the help of his secretary Mónica Gaztambide
`, 95 | estimate: 10, 96 | timeSpent: 2, 97 | reporterId: users[0].id, 98 | project, 99 | users: [users[0], users[3]] 100 | }), 101 | createEntity(Issue, { 102 | title: "We are the resistance", 103 | type: IssueType.STORY, 104 | status: IssueStatus.BACKLOG, 105 | priority: IssuePriority.LOW, 106 | listPosition: 5, 107 | description: `In this world, everything is governed by balance. There’s what you stand to gain and what you stand to lose. And when you think you’ve got nothing to lose, you become over confident.
`, 108 | estimate: 10, 109 | timeSpent: 2, 110 | reporterId: users[1].id, 111 | project, 112 | users: [users[0], users[1], users[3]] 113 | }), 114 | createEntity(Issue, { 115 | title: "Try leaving a comment on this issue.", 116 | type: IssueType.TASK, 117 | status: IssueStatus.DONE, 118 | priority: IssuePriority.MEDIUM, 119 | listPosition: 7, 120 | description: `Adding comments to an issue is a useful way to record additional detail about an issue, and collaborate with team members. Comments are shown in the Comments section when you view an issue.
8 | We’re not quite sure what went wrong. Please contact us or try looking 9 | on our 10 | Help Center 11 | if you need a hand. 12 |
13 |{{ message }}
7 |8 | {{ issue.title }} 9 |
10 |54 | Add a comment... 55 |
56 | 57 | 58 |