Expand my Community achievements bar.

Join us LIVE in San Francisco on November 14th for Experience Makers The Skill Exchange. Don't miss out on this free learning event!
SOLVED

How can I capture the number of issues emailed into a request queue?

Avatar

Level 5

We have an existing request queue, with the queue project named Pre-existing Issue.

  • Users can enter a request into that queue via Workfront (Requests, New Request, etc.)
  • We recently enabled request intake via email into that same queue, so users can now send an email to the designated intake email address to submit issues into the same queue

How can I capture how many of the issues/requests have been submitted via email?

  • My queue project setup has Queue Details > Queue Properties > Request Type - "Request" is selected
  • In an Issues report, the column Issue>>Issue Type seems to report "Issue" if it was emailed, but "Request" if it was entered via the queue.

Is that a reliable way to get a count of the number items that were emailed into the queue, or is there another/better way to accomplish this?

 

EmailQueueSettings(1).jpg

 

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hi @CathyKe1 

 

WF doesn't have a property on opTasks to indicate whether it originated from an email. 

Since only emails where the FROM address matches a WF user are entered as ticket (emails from non-users are silently rejected), WF just sticks the body into the description field, the subject in the, uh, subject field and sets the "enteredBy" and "owner" to the user tied to the FROM address. 

 

Your idea to distinguish by issue type works until you have a queue that allows type=issue.

 

You could do this add a custom form with a required field. This means someone submitting in WF cannot submit without a value; email submissions will have a blank in that field. If you use a dropdown/checkbox/radio don't set any option as default (because WF will set it for Email submissions)

View solution in original post

1 Reply

Avatar

Correct answer by
Level 5

Hi @CathyKe1 

 

WF doesn't have a property on opTasks to indicate whether it originated from an email. 

Since only emails where the FROM address matches a WF user are entered as ticket (emails from non-users are silently rejected), WF just sticks the body into the description field, the subject in the, uh, subject field and sets the "enteredBy" and "owner" to the user tied to the FROM address. 

 

Your idea to distinguish by issue type works until you have a queue that allows type=issue.

 

You could do this add a custom form with a required field. This means someone submitting in WF cannot submit without a value; email submissions will have a blank in that field. If you use a dropdown/checkbox/radio don't set any option as default (because WF will set it for Email submissions)