最近の検索


最近の検索はありません

System Message's Avatar

System Message

参加日2021年4月16日

·

前回のアクティビティ2022年2月04日

フォロー中

0

フォロワー

0

合計アクティビティ

3

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ System Message

System Messageさんがコメントを作成しました:

コミュニティのコメント Q&A - Users, groups, and organizations

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さんがコメントを作成しました:

コミュニティのコメント Q&A - Users, groups, and organizations

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

コメント