Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to send £ (pound sign) to Trello card comment via API

ys December 6, 2023

Basically the question is How to send £ (pound sign) to Trello card comment via API.

https://api.trello.com/1/cards/[cardID]/actions/comments?key=[key]&token=[token]&text=£

I tried to encode in several ways, no success. Might be missing something evident. Appreciate the advise.

 

UPD: Solution found. The encoding "£" as "%C2%A3" worked out.

2 answers

1 accepted

0 votes
Answer accepted
ys December 8, 2023

After some more efforts the solution is found. The £ should be encoded as "%C2%A3", which looks somewhat weird, but works.

0 votes
Sunny Ape
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 6, 2023

Hello @ys 

It's working just fine for me; without any encoding:

Untitled1.jpg

Here's the resulting Pound sign in the comment in the card:

Untitled2.png

ys December 6, 2023

It does not work for my environment (VBA) and the reason seems that VBA cannot accept the pound sign anywhere.

After some more efforts the solution is found. The £ should be encoded as "%C2%A3", which looks somewhat weird, but works.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events