Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!

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
1 Reply

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