integration data transformation via Groovy
There are times when field values in LM do not match expected field values in integration targets and it would be handy to have an option within the integration to transform data when necessary. Ideally, this would be via the template feature that doesn't yet exist, but it could be done now if the integration data was processed optionally as a Groovy script. A practical example of this is for PagerDuty, where they can accept a severity field. Unfortunately, the values do not match for ##LEVEL## to what PagerDuty expects, so it is a non-starter. If we could execute a Groovy script instead, it would be possible to adjust the values before submitting to the PagerDuty API. I envision this as an option in the integration data field where it would be 'plain text' for the current method and 'Groovy script' for the proposed method.