HI
1) Could you help me with Rest API? I need to add Test Sets from different encoding (ISO-8859-2)
/rest/api/2/issue
I have an error message in response:
{"errorMessages": ["Invalid UTF-8 middle byte 0x70\n at [Source: org.apache.catalina.connector.CoyoteInputStream@30438fe7; line: 6, column: 42]"]}
req:
{
"fields": {
"project": {
"key": "SET"
},
"summary": "udostępnianie danych pracowników medycznych",
"issuetype": {
"name": "Test Set"
}
}
}
2) How can I add (by REST Api) many Test Sets?