Custom Events for column

Justin V March 20, 2017

Hi,

Is it possible to have a column that sends a notification to selected users when a card is dropped into that column? Then, when the card is moved to the next column, it does not send any new notifications.

Thanks.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 20, 2017

A column is one or more status grouped together.  So, when you drag from one column to another, JIRA is, in the background, moving issues through your workflow.  Workflow transitions fire "events", which are picked up by the "notification scheme" in order to send email when things happen.

So, the answer is "yes", but you need to understand the workflow.

Prateek Phadke February 2, 2018

How do I fire multiple custom events on a workflow transition?

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 2, 2018

Code.  You need to find or write a post-function to fire extra events.  There's one built into ScriptRunner, and I think other add-ons do it as well.

Suggest an answer

Log in or Sign up to answer