Trying to create a json file to import into jira xray as test cases? But I get the error "You cannot import Tests without an Action parameter.". What is wrong?
[
{
"fields":{
"action":"Step 1",
"data":"input Data 1",
"expected result":"Excepted result 1"
}
},
{
"fields":{
"action":"Step 2",
"data":"input Data 2",
"expected result":"Excepted result 2"
}
}
]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.