Transition does not notify assignee

Michael Schnitzler April 1, 2014

Hi everyone,

here's my workflow:

1.) User creates new issue: open / unassigned

2.) User executes custom transition. The transition makes use of an assign screen, i.e. the user assigns the issue to a specific user.

Problem: The new assignee is not notified about the issue.

The custom transition fires the event "issue assigned" as a post-function (I tried the "generic event" as well). The notification scheme looks fine: "Issue assigned" notifies the "current assignee".

Am I missing something here?

Cheers

Michael

2 answers

0 votes
Michael Schnitzler April 1, 2014

Firing the event is already the last post-function.

John Bishop
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.
April 1, 2014

Are other emails being sent from Jira just fine?

Have you checked Jira's logs for any errors?

0 votes
Joe Pitt
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 1, 2014

It may be the order the event is being fired. Is it after the update function. If not it may still be seeing the previous assignee

Suggest an answer

Log in or Sign up to answer