We want to use the ColonSuffix field processor and must transform the customer's incoming key values to JIRA key values.
E.g: priority: Hoch should be priority: Critical.
I've created Aliases with the following structure:
Capture.PNG
It doesn't work and I don't know why. What's wrong with this configuration?
Perhaps this will help. Here is about what the email looks like that we are sending:
------------
from: fromaddress
date: 30. Juli 2015 um 08:46
subject: REMEDY-PROJECT-ID / INC0000000000001 / Testticket Schnittstelle / Prio: Mittel
to: toaddress
## Here is a comment ##
Project: TESTPROJ
Component: Edu
Priority: Mittel
Remedy ID: INC0000000000001
Description:
Test ticket Schnittstelle...
-------------
Thanks for the hint, we had tried that actually, but unfortunately that doesn't work either. Even if we only read the value it isn't taken over correctly. I'm guessing it has nothing to do with the email format/ content, as when the priority in the mail corresponds with the jira priorities (e.g. in the email it says "priority: Blocker" and Blocker is a priority we have set in Jira) then it reads the priority correctly and sets it accordingly. Do you have any other ideas?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The format given looks like ColonSuffix, and for the priority _values_ to apply, you just need alias _those_, eg: KEY == VALUE Kritisch == Blocker Hoch == Critical Then, content like: priority: Hoch would be processed as: priority: Critical try that?
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.