Project

General

Profile

REST API 3.4.2 can't create issue

Added by Anna Melekhina about 3 years ago

For request


<issue>
<project_id>1</project_id>
<subject>Example</subject>
<priority_id>4</priority_id>
</issue>

get 422 error, project can not be empty, tracker can not be empty, status can not be empty,

for request with these fields - the same error. Please help!


<issue>
<project_id>116</project_id>
<tracker_id>2</tracker_id>
<status_id>1</status_id>
<subject>Example</subject>
<priority_id>4</priority_id>
</issue>