* week number in graph is now a config parameter, defaults to 25

* urlhelper added to the layout
* footer changed to some stats
This commit is contained in:
Dávid Danyi
2017-09-15 15:37:34 +02:00
parent 5047caab1a
commit b45f0139e5
3 changed files with 9 additions and 3 deletions

View File

@@ -9,6 +9,8 @@
return [
'app.config' => [
'numberOfWeeks' => 25,
'jira.user' => '',
'jira.password' => '',
'jira.query.filtered' => 'https://jirapducc.mo.ca.am.ericsson.se/rest/api/2/search?maxResults=1000&jql=filter=%s&fields=created,resolutiondate',