Jira

Generated from:

Create a POST request to the Jira REST API to create a new issue

Request

POST

URL

https://{{YOUR_JIRA_DOMAIN}}/rest/api/3/issue

Headers

AuthorizationBearer {{JIRA_API_TOKEN}}
Content-Typeapplication/json

Body

{"fields":{"project":{"id":"{{PROJECT_ID}}"},"summary":"{{ISSUE_SUMMARY}}","description":"{{ISSUE_DESCRIPTION}}","issuetype":{"id":"{{ISSUE_TYPE_ID}}"}}}

This request was generated from:

Create a POST request to the Jira REST API to create a new issue

Generate your own →

Type any API. Get a production-ready request. No login required.