Mercurial > roundup-cc
comparison examples/config3.ini @ 20:3bb3d9a9f1b7
Filter by keywords and states.
Configuration via configuration file.
"No prio" grapf is displayed.
(./display_issues_demo.py is not yet dynamic, it needs all states)
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Mon, 22 Oct 2018 16:49:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
19:8ffd584065a4 | 20:3bb3d9a9f1b7 |
---|---|
1 [URL] | |
2 BaseURL = http://localhost:8917/demo/ | |
3 | |
4 [LOGIN] | |
5 Username = demo | |
6 Password = demo | |
7 | |
8 [DB] | |
9 DatabaseFile = ./demo3.db | |
10 | |
11 [SEARCH] | |
12 Keywords = keywords1, keyword2, keyword3 | |
13 Columns = critical, urgent, bug, feature, wish | |
14 Status = unread, deferred, chatting, need-eg, in-progress, testing, done-cbb, resolved | |
15 IncludeNoPrio = True |