Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I am using the JIRA Command Line Interface (CLI) add-on.
When I use this script
echo y|jira --action addComponent --project "HACCA" --name "引擎层"
It shows error
"Remote error: Invalid UTF-8 middle byte 0xfd
at [Source: org.apache.catalina.connector.CoyoteInputStream@6e3ff12a; line: 1,
column: 107]"
Image 2.png
I tried to encode the bat file to UTF-8, it still shows error.
How should I do?
Thanks very much!
Is your command line environment set to UTF-8? With that the action above works when connected to a JIRA instance set to UTF-8 as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.