happy-se-life / kanban

Kanban plugin for redmine
https://it-managers-life.hatenablog.com/entry/2019/03/24/112052
MIT License
121 stars 38 forks source link

how to display custom issue statuses by default #18

Closed yennor closed 4 years ago

yennor commented 4 years ago

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 :-)

happy-se-life commented 4 years ago

@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,

yennor commented 4 years ago

got it. thanks for your quick reply

happy-se-life commented 4 years ago

Since it has already been supported, close it.