When Trying to Import Test Case using .csv File. So Error which I am getting is like this -
The .csv File, which I am using may be having some columns Missing. But not sure which One.
{
"errors": [
{
"elementNumber": 0,
"errors": {
"customfield_10051": "Option id 'null' is not valid"
}
},
{
"elementNumber": 1,
"errors": {
"customfield_10051": "Option id 'null' is not valid"
}
},
{
"elementNumber": 2,
"errors": {
"customfield_10051": "Option id 'null' is not valid"
}
}
],
"issues": [],
"warnings": []
}
Hello,
You can find an example here:
https://developer.atlassian.com/server/framework/atlassian-sdk/getting-started-with-active-objects/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.