Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

System Message
Beigetreten 16. Apr. 2021
·
Letzte Aktivität 04. Feb. 2022
Folge ich
0
Follower
0
Gesamtaktivitäten
3
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von System Message
System Message hat einen Kommentar hinterlassen
Hello Dan,
Thank you for your update, I still no more have issue regarding authentication. I have no more error also. However the value from organisation filed is not copied to my ticket field.
Trigger will call an external target with this:
{
"ticket": {
"custom_fields": [{
"id": "{{custom_ticket_360006439420}}", // my custom ticket filed (type numeric)
"value": "{{ticket.requester.organization.custom_fields.customer_acv}}" //my org field (type numeric)
}]
}
}
And I created an HTTP target like that:
https://Domain/api/v2/tickets/{{id}}.json+-u+myemail@mydomain.com/token:MyToken
Instead of https://Domain/api/v2/tickets/{{ticket.id}}.json+-u+myemail@mydomain.com/token:MyToken
Do you know what is going wrong here?
Kommentar anzeigen · Gepostet 30. Dez. 2019 · System Message
0
Follower
0
Stimmen
0
Kommentare
System Message hat einen Kommentar hinterlassen
Hello Everyone,
I tried to use the rules/workflow described here to copy an Org value to a ticket value without success.
These are my triggers and HTTP target:
Based on my rules, I want to notify an HTTP target with this trigger:
{
"ticket": {
"custom_fields": [{
"id": "{{custom_ticket_360006439420}}", // my custom ticket filed
"value": "{{ticket.requester.organization.custom_fields.customer_acv}}" //my org field
}]
}
}
And I created a target like that:
URL is: https://MYDOMAIN//api/v2/tickets/{{ticket.id}}.json
However it i snot working, do you know why?
Kommentar anzeigen · Gepostet 20. Dez. 2019 · System Message
0
Follower
0
Stimmen
0
Kommentare