I want a specific custom field set to a specific value when a request is created in service desk by mail. Anyone have any ideas as to how to do this?
Did anyone ever find a way to get the request-channel-type into a post function? I have a script that is intended to take the description field and parse it to set fields. I sent clients an email template to follow and it works perfectly but, when clients create issues through the portal or we create issues internally then the description is getting stripped out.
You may be able to leverage the request-channel-type property somehow. We use it in JQL (substitute portal for email of course)
issue.property[request.channel.type].value = portal
There is another question that references the property being used on creation in groovy scripts, something I have no experience with but you also may find more helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should be able to amend the Service Desk workflow so that on Issue Creation, the custom field is updated with the value you choose. This is by way of setting a Post Function on the Issue Creation action - I believe the option is to "Update Issue Custom Field".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I thought about that. But how do I know the create event was triggered by an email handler?
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.