Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

putting an emoji in a project name via api

Avatar

Level 10

Hopefully someone here has done this via api. I wanted to reset the issue name via api and add an emoji to the issue name. I couldn't find a way to do it correctly.

Tried the following:

/optask/issueIDXXXXX?name=\uD83D\uDCF7TEST&method=PUT ->Error

/optask/issueIDXXXXX?name=\\uD83D\\uDCF7TEST&method=PUT -> comes out as \uD83D\uDCF7TEST as issue

/optask/issueIDXXXXX?name=0xF0%0x9F%0x98%0x80&method=PUT -> Error

/optask/issueIDXXXX?name=😀TEST&method=PUT -> Error

Any ideas?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

API
0 Replies

Avatar

Level 1

Hi Polly,

I figured how to do it using a Python script and the API. I used a PUT request and I pasted the actual emoji into the data that was sent over through the HTTP request. Feel free to DM me if you want more details on the script.

0694X00000G7zAxQAJ.png