最近の検索


最近の検索はありません

Andrew Snell's Avatar

Andrew Snell

参加日2021年4月15日

·

前回のアクティビティ2021年10月22日

フォロー中

0

フォロワー

0

合計アクティビティ

5

投票

1

受信登録

2

アクティビティの概要

さんの最近のアクティビティ Andrew Snell

Andrew Snellさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

Our users are convinced this feature used to already exist before. In fact, the bulk ticket help page shows an image where the attachment icon is available further showing that this was the case.

https://support.zendesk.com/hc/en-us/articles/203690866-Managing-tickets-in-bulk

コメントを表示 · 投稿日時:2021年7月08日 · Andrew Snell

0

フォロワー

0

投票

0

コメント


Andrew Snellさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

Hi Robert,

I came across this post facing a similar situation but managed to find a solution. You can use url_encode to convert \n to a usable url-safe set of chars to split on:

The following should work for you:

{% assign address = ticket.ticket_field_360033071872 | url_encode | split: "%0A" %}

 

コメントを表示 · 投稿日時:2021年3月19日 · Andrew Snell

0

フォロワー

1

投票

0

コメント