how to display custom issue statuses by default
yennor opened this issue · 3 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.