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
Are other emails being sent from Jira just fine?
Have you checked Jira's logs for any errors?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.