I have a group with a very basic workflow:
Step Name (id) | Linked Status | Transitions (id) |
Open (1) | To Do | Complete (11) >> Closed |
Done (2) | Closed | Reopen (21) >> To Do |
When an issue is created it come in unassigned so then it gets assigned and what they want is a notification sent to the user that it has been assigned.
Notification Scheme:
Event | Notifications |
Issue Created | Project Lead, Reporter |
Issue Assigned | Current Assignee |
Issue Closed | Reporter, All Watchers |
Issue Reopened | Reporter, All Watchers, Current Assignee |
Watcher Notification | All Watchers |
If I use the notification helper it says that the person is getting notifications however they are not.
I believe I resolved this, the first issue was they user was not using the Assign button they were off to the right just changing the assignee, then for the reopen I think the issue was that it was not going to an open state it was going to todo so the notification has not happening, however I just created a post function to send it.
You need to look at the workflows and verify what event is being fired in the post functions.
On assigned, are you using the assign button or changing the assignee on the edit screen? If the edit screen, that doesn't fire the event for the new assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michelle,
If the notification helper says that the user should be notified, maybe something is messed with the mail setting. Have you checked the Mail Queue to see if the mail is generated there? Also, it's valid to check the outgoing mail log in your JIRA_HOME folder to see if anything is logged regarding this behaviour there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
jira.png
Assign is done by clicking the Assign button. (I do think this is working) I think the users were getting them just going to a junk folder or something I watched the mail queue when i assigned it to a few people and email seems to be sending fine from there, also may have figured out the reopen I added post function to fire assigned, however this does not notify the Reporter or the Watchers.
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.