Skip to content

Commit

Permalink
fix agile name in issue start tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Dobrzynski committed Feb 15, 2018
1 parent 39a5a93 commit 20ae026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/workspace/boards/boards.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export class BoardsComponent implements OnInit {
item.date = issue.date || Date.now();
item.startDate = issue.startDate || Date.now();
item.summary = issue.field.summary;
item.agile = issue.field.sprint[0].id.split(':')[0]
item.agile = issue.agile
console.log("issue.id ", issue.id)
console.log("summary", issue.field)
this.timerService.startItem(item);
Expand Down

0 comments on commit 20ae026

Please sign in to comment.