* 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:
@@ -182,6 +182,8 @@ class JiraCollectorService
|
||||
unset($jiraIssueType);
|
||||
}
|
||||
|
||||
$kanbanEntry->setUpdatedAt(new \DateTime($jsonIssue['fields']['updated']));
|
||||
|
||||
switch($jiraStatus->getName()) {
|
||||
case "Backlog":
|
||||
$kanbanBoard->addInbox($kanbanEntry);
|
||||
|
||||
Reference in New Issue
Block a user