While importing test cases in jira Test Case Importer shows the following error messages.
Please explain how to fix?
{ "errors": [ { "elementNumber": 0, "errors": { "customfield10733": "Field 'customfield10733' cannot be set. It is not on the appropriate screen, or unknown." } }, { "elementNumber": 1, "errors": { "customfield10733": "Field 'customfield10733' cannot be set. It is not on the appropriate screen, or unknown." } } ], "issues": [], "warnings": [] }
The Test case format in csv file is as below:
Test ID | Test Sets | Test Repository Folder | Test Type | Task Type | Summary | Description | Action | Expected Result | Labels | Assignee ID
Welcome to the Atlassian Community!
Two causes are possible depending on whether you are creating new test cases or editing existing ones -
The field customfield10733 doesn't exist on the Create Issue screen of the project Issue type.
The field customfield10733 doesn't exist on the Edit Issue screen of the project Issue type.
The custom field is only applicable to certain context (whether issue type or project level).
How to resolve the issue -
Add the field that's failing to the Create Issue screen of the project's issue type.
Add the field that's failing to the Edit Issue screen of the project's issue type. In case some applicable contexts are applied to specific issue types or projects, add the applicable context for other issue types/projects where you expect automation to have action upon those.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.