Notification on RANK changes on JIRA agile

Prasheen Prakash July 13, 2014

Is there a way to get notified if the RANK of items on a JIRA agile board is updated? Is it possible to watch the entire JIRA board for any updates?

use case: The architects in our organisation would like to be notified

  • if the RANK of existing items is modified
  • if new items are added to the board

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
July 13, 2014

JIRA Agile doesn't throw any events using which you can notify RANK changes or new items added into the board.

You might be able to do some dev work to throw custom events though. Maybe use javascript to listen to the changes (like the "refresh" option given to the users on the board) and then use a custom REST API to throw new events. Haven't tried it but worth a spike.

Suggest an answer

Log in or Sign up to answer