Sorting Swimlanes -> How to automatically move ticket to "Top of Swimlane" after being added

Jon Thompson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 16, 2020

We are using a Feature Request process where we transition reviewed tickets from To Review -> Rejected or To Review -> Reviewed. We are dragging and dropping the ticket into the swim lane and both swim lanes have previously touched tickets that are sorted manually based on priority. 

 

When we drag a ticket into a swimlane with 100+ tickets, the browser scrolls all the way to the bottom of the page. We then have to right click and "Top of Swimlane" and then we have to scroll to the very top of the page. 

 

Is there a way to automatically have the ticket assign to the top of the swimlane then we can manually move it around for priority? 

1 answer

1 accepted

1 vote
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 16, 2020

Hi Jon,

Jira use a complex method of sorting issues on a board. If you have the ORDER by rank added to your board filter, this will allow you to move cards up and down inside the Column/Swimlane. It also use that default method of sorting. 

Upfront, I have no idea of the mechanics and exact algorithms used. However, my experience is that cards are basically ranked (sorted) by column based on when the card moved onto the board. So cards that have been added recently will almost always move to the bottom of the column/swimlane when moved to a new column. 

Most Kanban processes rely on the FIFO method, so cards already in a column should be worked before new cards that enter the column. Regardless, that's more or less how Jira boards work in my view. 

Your only other option is that to do a sorting by another field - for example, ORDER by created DESC. That would put the most recently created cards at the top of the swimlane. But then you lose the ability to move the cards up and down - in ANY column. 

So, the bottom line in my opinion, is that you are more or less stuck with the method you are using now. 

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.
December 16, 2020

Agreeing with @John Funk on the limitations/work-around...

There are suggestions in the automation rules backlog to support creating a rule to "move to top" as needed, such as on a status change:

https://codebarrel.atlassian.net/browse/AUT-919

https://codebarrel.atlassian.net/browse/AUT-1074

Best regards,

Bill

Ryan Scougall March 4, 2024

I'm not sure how to get access to code barrel, but out of curiosity, did an automation ever get made that moves specific tickets to the top of the swimlane?

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.
March 5, 2024

Hi @Ryan Scougall 

Short answer: no

 

Longer answer:

The old Code Barrel backlog is no longer publicly available; I found a new item in the public AUTO backlog items for this suggestion: https://jira.atlassian.com/browse/AUTO-850

It is theoretically possible to write an automation rule to re-rank issues by calling a REST API function with the Send Web Request action, although I have not tried that in years (and was only as an experiment).  Doing this in the context of swim lanes would be much more complicated.

Kind regards,
Bill

Like Ryan Scougall likes this
Ryan Scougall March 17, 2024

Appreciate the update Bill.

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events