Jump to content

[Features request] Attachments, Emails and preview


Lyonel

Recommended Posts

Hi guys,

Following yesterday's Hornbill Insight 2017 event, I would like to follow up on a topic we discussed: Emails, attachments and automation.

Just to give you an idea of the situation, here is the first few records of a query I ran on the system: 

SELECT h_request_id, count(h_pk_id) as total FROM h_itsm_requests_attachments group by h_request_id order by 2 desc

5954bbb67cf68_quickstats.thumb.png.94dea36b9cb146a889ef889f8a8be607.png

Now if we look at the first request, you can clearly see we have a problem... And that particular incident is still open!

5954bbb875321_realincident.png.52962f303cd373c3ce31940d9ce7477a.png

Now I do appreciate this is an extreme example BUT the point remains as you will from the stats below:

5954bf0715730_actualstats.png.2cf340d50251af367e52ea5aa5dcfe67.png

Now the problem comes from our corporate standard e-mail signature (over which we do not have any control!) as it includes a number of images:

signature.png.85c70685330d2ab16a392f508e522bd0.png

Every single email we send internally / externally will contain this signature (if the client used to send the email is outlook). I picked an average request raised from an e-mail to show you the impact:

5954c047003b8_averageincidentcall.png.e82ea4e462b72477be9ce1744e0546e8.png

Every attachment to this request but 1 is an image from the signature. None of them of relevant to the request except a screenshot... But which one is the relevant one ??? Another example:

5954c1291f719_averageincidentcallwithscreenshot1.png.a6ccbd84a815614b147a45c311e24b83.png

Actual email (extract):

5954c1262d0ed_emailscreenshot.png.e602ee128ba51726255e357fe6be06b8.png

As you can see from this example (one amongst many!), we have a lot of attachments with meaningless names and only 2 of them are relevant to the issue experienced by our customer.

IMPORTANT CONSIDERATIONS for our setup:

1. We do not create automatically requests upon email reception. They are created manually by operators
2. Emails with a reference to an existing requests will automatically update the request

Let's summarise the issues we are facing:

1. When creating a new request from an email, the "attachments" section of the progressive capture get's "by-passed", meaning the operator does not get prompted to remove some of them

5954c2c19d3d5_pccreation.thumb.png.c2bc38f32fdb37c24b46eedfb7ff0554.png

The problem is that operators raising calls will not follow instructions and got back to the attachments to remove the signature related images... And even if they did (which I repeat most of them don't! Even if we repeat 10000000000000 times), this is what they get:

5954c37e923a0_editattachments.png.a81c3ebcbc953fe2d38154c683f9dd39.png

No exactly very explicit is it? You need to download each image on your machine, open the file and then decide what to do with the attachment... Mega time consuming hence why they don't bother.

2. The link between the email and Progressive Capture: when raising a request from an e-mail, you need to fill in the default "summary" and "description" fields for the request in the PC. Why can't it be imported from the email? That would save a LOT of time and prevent many mistakes!

3. Every time an email is applied to a request manually, we get a nice pop-up where we can choose the attachments to include:

5954c4bce2206_applytorequest.png.9133a695c9a7744d203c378d89aed52f.png

This is great BUT only available when applying to the request... And again which one of these attachments is relevant? (Note: I have a screenshot somewhere in the list!)

4. Every time an email is applied to a request automatically (using email automation), attachments this time are NOT included??

5954c5eae8858_timelineentryemailupdate.png.0d447b39eb7a978b9c8e148aeecac0b4.png

Note that no "attachments" section is displayed

Actual email:

5954c5b0b3b72_emailsent.thumb.png.eee7aad39ac0ce2ded8e3fb75923180b.png

This email also includes my "corporate standard email signature" so I would have expected a minimum of 5/6 images!

5. How can I delete 24 out of the 26 attachments of a request without wasting 30 minutes of my time? I can't right now...

I understand this is a lot to take in but as discussed yesterday all these "small issues" to you are actually a big deal when trying to resolve calls on a daily basis.

I might have some suggestions on how to improve this:

Attachments preview: this would be a game changer !!!
- Images preview should be very easy to implement (although you might want to build thumbnails to speed things up which I can understand requires a bit more time to develop)
- PDF preview should not be very complicated either to implement
- Other types of documents: I can understand this is a more tricky business (and I would personally understand if it was excluded from the scope of any development)

Issue 1:
- fix the "by-passing" of the attachments
- alike the "apply to request", show the modal with the attachments to consider BEFORE going into the PC?
- preview attachments (on "hover" or by default in the screen) would considerably help too!
 

Issue 2:
- find a way to link email.subject and email.body to request.subject and request.description in a progressive capture (by default) but still overrideable by analysts

Issue 3:
- Preview attachments would literally solve this issue! In this particular example, having it inline with the name of the attachment would be better than "hover" BUT User Experience (UX) should be considered

Issue 4:
- Is it a bug? Is it supposed to work like that? Or is it just me being stupid and having a wrong setting somewhere?/

Issue 5:
- we need some sort of mass delete button that would display all attachments in a scrollable modal window with preview of the attachments, a "select / unselect all" button, checkboxes for all attachments (unchecked by default) and a "delete all" button (which confirmation just to be on the safe side!)

Sorry for the length of this post but I cannot possibly imagine being the only customer having these issues with regards to attachments, emails and automation. We spent a lot of time yesterday discussing it with a few Hornbill developers and I know there are simple solutions available which would not require that much time to code, test and deploy. But they would make a massive difference to us on a daily basis.

 

  • Like 1
Link to comment
Share on other sites

@Lyonel

Thanks for the detailed explanation, I can see where you are coming from, the workflow is being hindered by the fact we cannot differentiate between a signature image and an embedded image. I will have to get an internal discussion going to see if we can understand how we might improve this but as you can imaging there are a lot of layers involved in the relatively simple act of handling an email message. 

We should be able to differentiate between embedded images and actual file attachments, we appear to roll everything up as an attachment which it actually is but we could tell the difference between a file attachment and an embedded images.  Differentiating between a screen shot and a signature image would be more difficult, I would need to look carefully at the raw mime content to get an appreciation of what it possible.  Perhaps retaining (where possible) the origional file name would help, as would doing some form of fingerprint on the images, it might then be possible to provide a way for you to configure exclusion rules that will automatically ignore the stuff you are not interested in when initiating a request from an email.   Just thoughts but it does sound like there are things we could do to improve the situation. 

We will post back when we have more comments. 

Gerry

Link to comment
Share on other sites

Guest Chaz

@Lyonel it was good to meet you on Wednesday and thanks for posting on the forum.

  1. I'm going to discuss this with the team today and just have a look at the journey. I'll reply back with the outcome.
  2. I've just tried this and if you use the standard 'Request Details' Progressive Capture form then the content of the email is mapped correctly to the summary and description. Are you using a custom form to capture this information by any chance?
  3. We discussed this internally I think because of another discussion at the event, so it's on our radar
  4. Known issue, which I've added you as a connection to
  5. Will discuss with the product team and see if we can get a proposal raised for this. It's a good idea.
Link to comment
Share on other sites

Thanks @Gerry and @Chaz for looking into it :)

Just to be 100% clear I am very much aware of the complexity regarding this topic (especially the interpretation of the images in an email). I can't think of a viable technical solution to solve this problem, except changing the UI to "force / hint" the user to review the attachments when raising / updating a request from an email.

If you need more details, feel free to ask! I am more than happy to help

Link to comment
Share on other sites

Not sure if this is related to @Lyonel request, but I want 2 feature requests to be considered around emails:

1) Email preview - when we send a customer an email from a ticket we can't see what is being sent (based on the email templates) before being sent (like Supportworks used to have). Even if we can't amend from the preview (I want to be able to amend), being able to see what is being sent would help provide a clear picture to the analyst.

2) Email templates don't have a field of "logged in analyst", only "owner, team, customer". So if another analyst wants to send an email from a ticket being owned by a colleague their name is not used (rather the originally owner).

Regards

Nasim

 

  • Like 1
Link to comment
Share on other sites

Guest Chaz

@nasimg with regards to your second point, email template content can only be picked up from the record itself which is why such a field wouldn't be available.

Link to comment
Share on other sites

@Chaz

If the field doesn't exist (have to be honest not sure why as I can update the ticket without being an owner) - then my first point of having the ability to see a preview of what is to be sent is more important. Is this a possibility?

Nasim 

 

Link to comment
Share on other sites

On 7/3/2017 at 3:34 PM, Chaz said:

@Lyonel we've improved the layout of the popup so attachments are harder to miss:

The improvements I provided above will be in our release, we just noticed some things during our testing cycle that could work better so there will be a few minor tweaks to follow in future releases.

Link to comment
Share on other sites

  • 4 weeks later...

The new update,  with the improved layout of the attachments is a great help.  However,  If we are able to configure the system so that a preview of the attachment becomes possible, that will be excellent.  There are daily occurrences where customers will email us an attachment but they will also insert an image on their email. They will also have logos/signatures  on their email so currently, there is no way of determining, which attachment is the logo and which is the screen dump. Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...