Hi,
I am trying to use POST /rest/raven/1.0/import/execution/cucumber/multipart to import test execution to jira from cucumber-result.json and info.json to set desired values in the fields of the newly created Test Execution ticket. I haven't any problem with setting values to the custom fields of the Test Execution, but if I try to set values to the system fields like Affects Version's and Fix Version's the fields still are empty after sending request.
This is the output of get request for field Affects Version/s
{ "id": "versions", "name": "Affects Version/s", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": [ "affectedVersion" ], "schema": { "type": "array", "items": "version", "system": "versions" } }
This is the output of the request for field Fix Version's field
{ "id": "fixVersions", "name": "Fix Version/s", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": [ "fixVersion" ], "schema": { "type": "array", "items": "version", "system": "fixVersions" } }
My info json looks like this
{
"fields": {
"project": {
"key": "IM"
},
"summary": "Test Execution for cucumber Execution",
"issuetype": {
"id": "10202"
},
"fixVersions": [
{"Fix Version/s": "Rollout"}
],
"versions": [
{"Affects Version/s": "Rollout"}
]
}
}
Hi Leonard,
We suggest opening a ticket on our Service Desk in order to better help you with this issue.
Best Regards,
Team Xray
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.