gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
47 stars 42 forks source link

Field :custom_application_name is a required field. #101

Closed jessequinn closed 1 year ago

jessequinn commented 1 year ago

TestRail CLI Version

1.3.0

CLI Environment

Python 3.10.8

TestRail Version

7.5.5

TestRail Instance Type

Professional Cloud

Current behavior

**** API Call method: POST url: https://xxx.testrail.io/index.php?/api/v2/add_case/1089 payload: {'title': 'http_req_duration: p(95)<500', 'custom_automation_id': 'Thresholds.http_req_duration: p(95)<500'} response status code: 400 response body: {'error': 'Field :custom_application_name is a required field.'}


Error during add_case. Trying to cancel scheduled tasks.

Aborting: add_case. Trying to cancel scheduled tasks. Adding test cases: 0/1 Field :custom_application_name is a required field.

Desired behavior

Create test case.

More Details

No response

jessequinn commented 1 year ago

resolved. someone made the field required for my project.