No email notifications on custom transition

Ben July 16, 2013

Hi there,

A custom transition I have created has a post function which assign the issue to the reporter. My notification scheme has the Issue Assigned event set to notify the Current Assignee.

When an issue goes through the transition, it is rightfully assigned to the reporter yet no email is sent (to the reporter, ie the current assignee.) I have monitored the Mail Queue but nothing happens when I trigger the transition.

The Notification helper confirms that users should get the notifications and if I manually assing the issue to the user, they do receive an email.

Any advices?

Thanks

3 answers

1 accepted

1 vote
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.
July 17, 2013

You do not mention what "event" your transition fires.

The thing that causes an email to go out is a built-in listener which picks up events. Events are fired in several places, but these boil down to two types.

System events are fired by activity in Jira. These are fixed and unmodifiable - edit issue always fires updated, comment on issue fires comment, version changes fire the version related events, delete, move, log work, etc. Most relevant here is that the action "assign issue" (and assign to me) fires the "issue assigned" event.

Secondly, transitions fire events. That's a post-function on the transition and you can choose what event to fire.

I think the problem you have here is that you are assuming that "changing assignee during a transition" triggers "issue assigned". It does not. It's a transition. It *only* fires the event named in the post function. Whereas "manually assigning" fires "issue assigned"

This is a very long standing bug in Jira - the ideal fix would be for Atlassian to implement "fire issue assigned if assignee changes, irrespective of how it's changed".

Ben July 17, 2013

You are exactly right. Thanks for the clarification.

My transition is firing a Generic event. Assuming that this transition will *always* result in a new assignment, I guess it would be ok to change the Generic event to an Issue Assigned event. Would you advise against that?

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.
July 17, 2013

If it's always going to reassign, then absolutely! Change the event fired to "issue assigned"

0 votes
petry
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 20, 2014

This is the JAC issue mentioned:

https://jira.atlassian.com/browse/JRA-12362

0 votes
Ben July 17, 2013

I might add that I am using multiple accounts to test this so the problem is not related to the Notify Me option.

Suggest an answer

Log in or Sign up to answer