Sorting the topics by colums day in the columns in the project

Gökay Kazdal August 24, 2022

Hello,

My problem,
sorting the topics that last longer than 1 day among the topics in the project columns according to the column day.

My JQL;

created < startOfDay(-1) ORDER BY (.......) ??

Could jql be faulty?

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 24, 2022

Hi @Gökay Kazdal -- Welcome to the Atlassian Community!

The days in column values appear to be computed dynamically for the boards, and so are not a sortable field for JQL.

As possible work-arounds, you could investigate the Atlassian Marketplace to learn if there are JQL addons to do this...or you could add a custom field and scripting/automation rule to calculate the value and then use JQL to sort on it.

Kind regards,
Bill

Gökay Kazdal August 25, 2022

Thank u.

Suggest an answer

Log in or Sign up to answer