Ricerche recenti
Nessuna ricerca recente

System Message
Data ingresso 16 apr 2021
·
Ultima attività 04 feb 2022
Seguiti
0
Follower
0
Attività totali
3
Voti
0
Abbonamento
1
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di System Message
System Message ha commentato,
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?
Visualizza commento · Data ultimo post: 30 dic 2019 · System Message
0
Follower
0
Voti
0
Commenti
System Message ha commentato,
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?
Visualizza commento · Data ultimo post: 20 dic 2019 · System Message
0
Follower
0
Voti
0
Commenti