Is there a way to be notified when an issue is moved vertically on a Kanban board?

Rebecca Roman August 11, 2017

In our kanban boards, we review issues based on the order that they are displayed. I'd like to be notified when someone is moving an item vertically or changing the order in which we will review them.

1 answer

0 votes
Ignacio Pulgar
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 12, 2017

The order of issues is stored in an alphanumeric field named Rank, which behaves like a number.

You may save some JQL filters using Rank, and subscribe to them in order to be notified of certain rank changes.

However, this system relies on hardcoding known values into your filter, so it is not a handy method at all.

If you counted with a plugin like ScriptRunner, you would probably be able to set a better solution.

Suggest an answer

Log in or Sign up to answer