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?