I have several statues that I want work to be in a "todo" or "done" states (yet still ordered). But the board only appears to allow a single "todo" column (the first) and a single "done" column (the last). Is there any way to put in multiple columns for these statuses? I can't seem to find a way....
For instance I would like to have:
| todo | todo | in progress | in progress | in progress | in progress | done | done |
but the second todo and the first done are both labeled yellow columns (i.e. "in progress"), even though the associated statuses are not "in progress".
To display all issues is a bit difficult, because you may have thousands of issues on jira to display thosands as aselect list think about that,
another way is you can restric the display issues based on project also.
rigth now there is no custom field type called issue picker(see this https://jira.atlassian.com/browse/JRA-10666)
but jira will support to develop our own plugin see the following link to develop custom field type
http://confluence.atlassian.com/display/JIRA/How+to+create+a+new+Custom+Field+Type
another way you can implement your requirement by using Ajax/Javascript and REST plugin Module let me know any if want implement this way
Cheers......
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.