최근 검색
최근 검색 없음

System Message
가입한 날짜: 2021년 4월 16일
·
마지막 활동: 2022년 2월 04일
팔로잉
0
팔로워
0
총 활동 수
3
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 System Message
System Message님이 에 댓글을 입력함
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?
댓글 보기 · 2019년 12월 30일에 게시됨 · System Message
0
팔로워
0
투표 수
0
댓글
System Message님이 에 댓글을 입력함
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?
댓글 보기 · 2019년 12월 20일에 게시됨 · System Message
0
팔로워
0
투표 수
0
댓글