Hi
I hope I'm right here
I just started working on an existing project for a rudimentary helpdesk with JEMH. For the emails sent to a certain support address tickets in a JIRA projects are being created. If I comment on an issue an email is returned to the customer (As far as I understand that happens with the 'Issue commented' field in the event listener settings).
However it would also be required to be able to attach files to an issue and send these with the corresponding comment to the customer.
I was expecting some sort of 'Attachment added' function but didn't find any. Do you know if and how this is possible?
Thanks and regards
Sebastian
Hi Sebastian, If you use the JIRA UI to 'attach files' and add a comment at the same time, an ISSUE_UPDATED event fires. You probably only have ISSUE_COMMENTED?
In the non-JIRA Event Listener, set:
Include Attachments in Notifications | ON |
Result should be what you want, when you have ISSUE_UPDATED enabled?
What if I want to send a notification when adding a comment with attachment, but not with other things that generate an ISSUE_UPDATED event? Don't want my users getting an email every time that someone changes some little detail in the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A feature added in 1.7.x is to (a) require comments to be present to notify (at all), and (b) to treat any event with a comment as EventX. What this means is that you can: a) remove ISSUE_UPDATED notifications relating to field level changes b) include ISSUE_UPDATED events only where a comment is made c) simplify template management, treating any event as (for example) ISSUE_COMMENTED You'll need JIRA 6.4 for that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I have this set correctly but when ad-hoc comment is used to add comment and send attachment, the external non-JIRA user is receiving 2 commented notification. One appears to be from JEMH ad-hoc and the other from JIRA. I would like to have the option to use JIRA to add comments if there is no attachment and if I need to send attachment use JEMH, but I don't want them receiving 2 notifications. I also do not want to enable JIRA updates because they will receive too many emails. Can you help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.