Hi community, im trying to create an issue with rest api, im receving error 400 (bad request)
the problem is when i try to set another reporter. I have seen that you can add a reporter name, but it doesnt work for me. If i remove the section of reporter it works fine, but i need to change the reporter.
this is my code
fields: {
project: {
id: "10000"
},
reporter: {
name: "mcosta"
},
summary: "testAccJira",
description: "descripcion del issue ",
issuetype: {
id: "10001"
}
}
}
the e-mail that im registered is mcosta@....com.uy
my name is Matias Costa Meneses
I had trying putting my name, my mail, the left part of my email, and nothing work... what is the username? where i get it?
thanks!!