happy-se-life / kanban

Kanban plugin for redmine

Home Page:https://it-managers-life.hatenablog.com/entry/2019/03/24/112052

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to display custom issue statuses by default

yennor opened this issue · comments

I've got some custom issue statuses which I'd like to be displayed.
There is the configuration:
DEFAULT_STATUS_FIELD_VALUE_ARRAY = [1,2,3,4,5,6,7]

I've tried to just add the next number, but like that the custom status won't be displayed. How to get the id's from them?

solving #16 would propably also solve that one here :-)

@yennor
Hello,

Sorry for the inconvience.
step1. Click Administration link on header menu.
step2. Click Issue statuses from menu. Then all statuses were listed.
step3. Click the status for which you want to check the id number.
step4. Pls. look the URL string. The id number is included in the URL.

ex.) http://localhost:3000/issue_statuses/7/edit
id is 7

Thanks,

got it.
thanks for your quick reply

Since it has already been supported, close it.