* updated field added to the jira query

* DÖNER is now sorted by modification time in reverse
* wip limit and current status in the headers
This commit is contained in:
Dávid Danyi
2017-09-01 11:44:51 +02:00
parent 6ecc186a9f
commit 88527e4ff1
4 changed files with 40 additions and 1 deletions

View File

@@ -182,6 +182,8 @@ class JiraCollectorService
unset($jiraIssueType);
}
$kanbanEntry->setUpdatedAt(new \DateTime($jsonIssue['fields']['updated']));
switch($jiraStatus->getName()) {
case "Backlog":
$kanbanBoard->addInbox($kanbanEntry);