<1. Summary> I am writing this request following a discussion with the support team regarding the lack of extended character support in the Jira-GitHub integration. (#39014144325) Currently, when creating a Pull Request directly from Jira using the "Create Pull Request" dialog, non-ASCII characters (specifically Korean Hangul) are not encoded correctly. They are transmitted as question marks (??) to GitHub. <2. Steps to Reproduce> 1) Open a Jira issue. 2) Click on "Create Pull Request" in the development panel. 3) In the PR creation dialog, enter a title containing Korean characters (e.g., 한글 테스트). 4) Click "Create". <3. Actual Behavior> The PR is created on GitHub, but the title appears as ?? ??? or garbled text. <4. Expected Behavior> The PR title should properly display the Korean characters (e.g., 한글 테스트) exactly as typed in the Jira dialog. <5. Current Workaround & Pain Point> Currently, I have to create the PR with the broken title in Jira, then navigate to GitHub and manually rename the PR title to Korean. Since GitHub handles Korean characters perfectly when edited directly, this confirms the issue lies specifically within the Jira integration's input handling or API transmission. This double-handling workflow is inefficient for non-English speaking teams. We strongly request adding UTF-8/Extended Character support to the Create PR Dialog to improve usability. Thank you.