sent Rest api request to Import Execution Results and have such problem "
"
Hi Stepan,
have you set your priority field as required?
Diamantino Campos
This is my json:
{
"info" :
{
"project": "QCMP",
"summary": "Ready",
"description": "Krytoi test"
},
"tests" : [
{
"testKey" : "QCMP-37",
"start" : "2016-04-21T14:00:00+01:00",
"finish" : "2016-04-23T16:47:35+03:00",
"comment" : "https://www.google.by/",
"status" : "PASS"
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've just tested your json with this call and everything is fine.
curl -H "Content-Type: application/json" -X POST -u admin:admin --data @aa.json http://localhost:2990/jira/rest/raven/1.0/import/execution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.