Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

If you’ve configured your instance to create issues through email requests, then this article explains how to automatically assign newly created issues(through email requests) to a specific user - based on keywords in email subject/email body.

Instructions

Example use case : If the email has 'Dev' or 'QA' in the subject, the ticket has to be assigned to user1. If it has 'Deploy' or 'Prod', it goes to user2.

  1. Add “Update Any Issue Field (JSU)” post-function on the Create transition.

  2. In this, add two Regular Expression pre-conditions : one for Dev and the other for QA and add the below regular expressions : 

    For Dev :

    ^[\s\S]*Dev[\s\S]*$

    For QA

    ^[\s\S]*QA[\s\S]*$

  3. Select "OR" in the pre-condition section. Select “True” under “Preconditions must be”.

  4. Select the Assignee field and add the account id of user1 in the Field Value. Refer to the screenshot below : 

  5. Click “Add”.

  6. Similarly, add another Update Any Issue Field (JSU) post-function on the Create transition for 'Deploy', 'Prod' and add the account id of user2 in the Field Value and publish the workflow.

  7. If you want to verify the email body instead of subject, then replace Summary with Description in the Regular Expression pre-conditions.

  8. Place these post-functions below “Creates the issue originally.” built-in post-function on the create transition.

It is recommended to test this scenario in a non-production environment, before implementing it in a production environment.

  • No labels