Skip to main content

Ten Tough Collaborative Inbox Questions

I had an interesting meeting with the Law & Management team about the possibility of using a Collaborative Inbox ( which is a kind of Google Group ) rather than our current in-house issue management system.

We went through what they wanted to do when people report problems and they came up with a heap of great questions. With almost all their questions, my answer was, "Ooh, I'll have to look that up and get back tomorrow". Here are the answers.

For the purposes of trying to answer the questions, I am using a Google Collaborative Index Group called "Silly Questions" which has been set up to allow people to email it ( without being a member ) and has two members ( Mike and I ). I will be mailing the group from a test account called "Not Tom".


Q1. Can an issue be automatically given an ID?

This was an based on someone having mailed in an issue, then later calling in and being able to refer easily to the particular issue. An ID can be the quickest way to identify the thread the person is asking about.

Whilst each thread does have an ID, like this SQrl8LBy48Q, that is quite long, impossible to read out reliably and can't be searched for - you'd have to hack the URL to get to the particular thread.

A search for their email like this...

from:csrv644@york.ac.uk

... returns all messages from them. But it is entirely feasible that somebody might have dozens of issues on the go.


Adding a search term (light) from their title helped limit the results (see above) but you can also limit them by adding a tag, assuming the message has been tagged previously.

Note: Thinking deviously, you could potentially tag each new thread with an "ID tag". I looked to see if there was an API for Groups where I might automatically attach an ID to each new incoming message and email the sender with a message with that ID in. There isn't an API to Google Groups! Boo!

Mmm?! I wonder if you could achieve this with the GMail API and AppsScript? You could set up a script to check a given email account once a minute and if there was a new thread, then send a mail replying with an edited subject line containing the new ID. 

You could potentially generate and assign an ID for each incoming message by hand, but more realistically, getting into the practice of tagging issues as they come in might
a. Enable you to find them easier later ( if someone phones in for example )
b. Result, over time, in a useful categorized resource.


Q2. Can an issue be raised on behalf of someone?

A lot of the questions regarding Collaborative Inboxes fall into a "Hang on, what's the simplest way of doing this?" category. In this case, my alter ego, "Not Tom" sent a question to the Silly Questions group and CC'd in Aimee ( see below ).



Although Aimee isn't listed in the view ( above )... when the Real Tom goes to reply, anyone CC'd in is shown in the reply form ( see below ).






Q3. Can you piggy back an issue, being kept in touch with any solution found?

I think this is again handled by being CC'd in to a thread.


Q4. If a thread has been assigned to me, who gets an email when I reply to it? Can other members see what the solution was?


Yes. During this I discovered that if you "Take" a thread and assign it to yourself, everyone else still gets an email, so in the example above, both Mike and Aimee will have a reply. And the thread is visible in the web interface.


Q5. Are tags global?

Yes. If you add a tag to a message, people can search for messages with that tag.

Q6. If a thread is marked as "complete", what happens when someone replies to it again?

The thread is moved back up the lists to the current threads and marked as unread.

NOTE: You can "Lock Replies". If someone then replies to a locked thread, a new thread is created but the reply-er, in this case Aimee, is oblivious to this fact. See below where Aimee has replied to a locked thread.


NOTE: You can mark any reply as a Favourite, by clicking the star icon, but these are personal to you. This is a design mistake in my opinion. They should be global favourites.

NOTE: There is the concept of marking a topic as "Best Answer" but I think that, maybe because I've already participated in my Group that I can't change a question type. This may be a bug. Found it! In Manage > Information > General Information if you select "Allow users to post to the group on the web" then your ability to change your Topic types is disabled. Why I have no idea.

Q7. What's the difference between an Email List and a Collaborative Inbox?

Not much. With each of the "new" Google Groups types ( Web Forum, Q&A discussions ) you pretty much get the same feature set but with a few add-ons and LOTS of configuration options regarding who is/isn't a member, who can post, who can moderate etc.

Q8. Couldn't you create a configurator tool using Google Groups API?

Whilst Google Groups itself doesn't have an API Google Groups Settings API does. And yes. It's a good  ( and challenging idea ). I could imagine two approaches working.

  1. Define a set of discussion types that better match a university's needs ( maybe Seminar Group or Boards of Studies etc ) and create an interface that lets people create those - rather than delving into myriad config items.
  2. Create an "all on one page" list of configuration options but better describe ( with more lengthy and visual documentation ) what the affect of making those changes will be. For example, in the General Information page of settings, you can set your Default topic type to "Discussion" or "Questions" without having any idea how this will change any aspect of your group.


Q9. Why doesn't Gmail allow searching for partial words?

Hang on, that's not a Google Groups question. Because it doesn't. See why and that it's coming real soon ( not ).


Q10. Can Collaborative Inbox Issues be integrated with Footprints?

The notion here was that, if an issue had no resolution then could it be passed into the university issue management system? 

The obvious answer is that a message thread can be forwarded to another email address, so I guess, yes is the answer.

Alternatively, you can "Move" a thread to another Group. I believe this to be groups for which you are a Manager, so were our department to use Collaborative Inbox, we might need to create a new role which would allow a non-member to Move threads into our space. This needs verifying. I think it may be doable.


And Finally...


The hard part about answering these questions is that you need more than three accounts to verify what the public, members, other roles and admins can and can't see and do. Simulating collaboration well is almost impossible. Still, my Silly Questions Group is now looking good ( see left ) and it looks like I need a few more daft questions to go at.

silly-questions-group@york.ac.uk

If anyone at York would like to be a member of the Silly Questions Group so they can trial the Collaborative Inbox features without the bother of setting one up, click the Apply for membership link on this page.







Comments

  1. I set up a script to log email which applies a "Logged" tag and removes an "Unlogged" tag which a filter applies to all incoming email. You could easily adapt the script to tag email with an ID instead - have a look at https://gist.github.com/4072792

    ReplyDelete
  2. Hi
    I hope this could be considered related, and I truly hope you (or Tim Saunders) have a good solution for it. We have recently set up a collaborative inbox at our company so that a group of people could collaborate in responding to customer queries. On our website we have set up a contact form our visitors could use to contact us where they fill in their question and choose a topic (which becomes the e-mail topic/subject).

    The problem is that when the e-mail arrives to Google Groups it is automatically threaded with every e-mail that has the same topic, making it difficult for our personel to keep the queries separated from each other. We even tried forcing different topic-names by adding a numbered prefix in the beginning, but Google Groups still thinks the topics are similar enough to be put in the same thread despite the people using the contact form are asking completely different questions totally unaware of the other customers using the form.

    Is there a way to force every post to our Google Groups by e-mail as a different thread? Either by script or by some complicated combination of settings? I would really appreciate any help I could get on this, preferably as soon as possible as this is an annoyance among the people I'm trying to convince that Google Apps is the best available option.

    ReplyDelete
  3. I imagine it's happening because you're essentially posting to the group from the same person. How does the data get from the form into the Google Group?

    Is there a reason that you can't let people email directly into the Google Group?

    ReplyDelete
  4. Agreed. Automatic threading can be a problem.
    We have a Wufoo form on our web site that people can fill out as part of a job application process.

    After a person has filled out the form, the info gets emailed to one specific email address.

    If these messages are coming into a gmail inbox, they all thread together, even though they are from different people and were sent at differnet times.
    You can fix this in Gmail by turning Conversation View off in the settings.

    Turning Conversation View off is not an option with a Google Group that has been set up as a collaborative inbox.
    All of the job application data from the different people gets clumped into one or two threads over the course of a day.

    ReplyDelete
  5. whats the addons exactly from a normal group without google apps to a collaborative group? dont wanna pay apps just to try it or see there are none but another set of default settings possibly?
    - im looking for "collaborative gmail" basically, including custom filters to add certain tags at certain phrases in the mail or stars, or other symboes. - i can see groups already in the non apps version could do most of that but everything takes some more clicks it seems?
    thanks!

    ReplyDelete
  6. The "collaborative" add ons are

    a. Being able to take/assign a thread
    b. Being able to mark a thread as complete
    c. Being able to mark a message as best answer.

    I don't know if this is an Apps feature, but we can delegate access to someone else. This is a kind of "collaborative" gmail. See the cog icon / settings / account.

    ReplyDelete

Post a Comment

Popular posts from this blog

Writing a Simple QR Code Stock Control Spreadsheet

At Theatre, Film & TV they have lots of equipment they loan to students, cameras, microphone, tripod etc. Keeping track of what goes out and what comes back is a difficult job. I have seen a few other departments struggling with the similar "equipment inventory" problems. A solution I have prototyped uses QR codes, a Google Spreadsheet and a small web application written in Apps Script. The idea is, that each piece of equipment ( or maybe collection of items ) has a QR code on it. Using a standard and free smartphone application to read QR codes, the technician swipes the item and is shown a screen that lets them either check the item out or return it. The QR app looks like this. The spreadsheet contains a list of cameras. It has links to images and uses Google Visualisation tools to generate its QR codes. The spreadsheet looks like this. The Web Application The web application, which only checks items in or out and should be used on a phone in conjunctio

Inserting A Google Doc link into a Google Spreadsheet (UPDATED 6/12/2017)

This article looks at using Apps Script to add new features to a Google Spreadsheet. At the University of York, various people have been using Google spreadsheets to collect together various project related information. We've found that when collecting lots of different collaborative information from lots of different people that a spreadsheet can work much better than a regular Google Form. Spreadsheets can be better than Forms for data collection because: The spreadsheet data saves as you are editing. If you want to fill in half the data and come back later, your data will still be there. The data in a spreadsheet is versioned, so you can see who added what and when and undo it if necessary The commenting features are brilliant - especially the "Resolve" button in comments. One feature we needed was to be able to "attach" Google Docs to certain cells in a spreadsheet. It's easy to just paste in a URL into a spreadsheet cell, but they can often

A Working Booking System In Google Sheets

Working with Andras Sztrokay we had another go at a booking system. This time it was to enable staff to book out a number of iPads over a number of days. You select the days you want, then select the Booking menu. Andras did an amazing job. It even creates a daily bookings sheet so you can see who has which iPads. To see this in action, go  here  and  File > Make a Copy (I won't be able to support you this is just provided to maybe give someone else a leg up, good luck!)