Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Events for column

Justin V
Contributor
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-
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 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-
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.
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