Possible to disable automatic sorting of values in Multi-choice-field

Issue #28 on hold
Former user created an issue

Hi Yury

Is it possible to disable the automatic sorting that happens, when you are finished inputting values to a field?

Or in any other way retain the order of values input? What I'm thinking: We choose C, B, A, then it stays as C, B, A and is not sorted as A, B, C.

Hope it makes sense :-)

Comments (8)

  1. Nikolaj Kingo Marvig

    Hi Yury I am explaining it poorly, sorry.

    Input order (D, C, A):

    ThemaOrder1.PNG

    Order after saving (A, C, D):

    ThemaOrder2.PNG

    Any way to retain the original order?

    /Nikolaj

  2. Yury Oboz repo owner

    Plugin use JIRA API for "multi customfield type" and this type do not provide order of values

  3. Nikolaj Kingo Marvig

    Hi Yury,

    Fair enough. But as you can see the input order dissapears after "closing" the field. I guess I should make a workaround around this, or do you have any suggestions? :-)

  4. Yury Oboz repo owner

    For now JIRA will order values by name(not plugin). Maybe I will override JIRA's "get value method" in next release and disable default order in this method

  5. Nikolaj Kingo Marvig

    Hi Yury,

    Interesting thanks. For now I will create a new field to assign a primary code as a workaround.

  6. Log in to comment