The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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
Deleted user
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.

TAGS
AUG Leaders

Atlassian Community Events