I would like to use a smart value to find out whether a request was raised through the customer portal, through JIRA, or via mail. Is there a smart value for this, or some other way of doing this? I want to use this information in automated mails sent by Automation for JIRA.
Thanks,
C
I checked the documentation and did not find any reference to the Channel. However, you might be able to achieve your goal by using the Request type smart value if your request type for email is unique and not shared with the portal. That is what I do today.
Thanks Jack. We use "Technical Support" as the request type for issues raised via Email; and we use the same request type for issues raised via JIRA. So, for us, this unfortunately won't do the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
consider using JQL in your condition - request-channel-type = email. You have the following channel types: annonymousportal, api, email, jira, portal. You could use an If/Else condition block.
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.