Authorization: Bearer ********************{
"title": "string",
"assigned_to_id": 0,
"fixed_version_id": 0,
"issue_tag_ids": [
"string"
],
"priority_id": "string",
"body": "string",
"head": "string",
"base": "string",
"is_original": true,
"fork_project_id": 0,
"receivers_login": [
"string"
],
"merge_project_identifier": "string"
}curl --location --globoff 'https://testforgeplus.trustie.net/api/{{owner}}/{{repo}}/pulls.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"assigned_to_id": 0,
"fixed_version_id": 0,
"issue_tag_ids": [
"string"
],
"priority_id": "string",
"body": "string",
"head": "string",
"base": "string",
"is_original": true,
"fork_project_id": 0,
"receivers_login": [
"string"
],
"merge_project_identifier": "string"
}'{
"status": 0,
"message": "响应成功",
"pull_request_id": 12,
"pull_request_number": 2,
"pull_request_status": 0,
"pull_request_head": "master_new",
"pull_request_base": "master",
"pull_request_staus": "open",
"is_original": false,
"fork_project_id": null,
"fork_project_identifier": null,
"fork_project_user": null,
"reviewers": [],
"id": 110,
"name": "或交委参她",
"pr_time": "1秒前",
"assign_user_name": null,
"assign_user_login": null,
"author_name": "咸蛋黄土豆丝xxx",
"author_login": "yystopf",
"avatar_url": "system/lets/letter_avatars/2/X/230_139_26/120.png",
"priority": "低",
"version": null,
"journals_count": 0,
"issue_tags": null
}