I`ve got
issue.descendants.visible.sort_by(&:lft)
which gets descendant issues sorted my :lft
How can I sort by custom field with was created via CustomField module?
I`ve got
issue.descendants.visible.sort_by(&:lft)
which gets descendant issues sorted my :lft
How can I sort by custom field with was created via CustomField module?
You can sort issues by custom field values via tables join
Just add nessecary conditions in join expression (in this example takes all custom issue values)