Create a Jira issue from Postman
Once you connect your Jira account to your Postman account, you can create a new Jira issue from any HTTP response in Postman. You can also link to an existing issue.
If there's an issue with one of your API responses, you can create a new Jira issue from Postman.
To create a Jira issue from an API response, do the following:
- Open your HTTP request. Then, click Send.
- In the response pane, click
View more actions. Then, click Add to Jira Cloud. Postman prompts you to create a new issue or link to an existing one.
- Under Select option, select Create new issue.
- Select a Jira project. To search for a project, start typing its name.
- Select an issue type.
- Enter a summary and (optional) description.
- Select an assignee. To search for an assignee, start typing their name.
- (Optional) Choose to include the response in the issue.
- Click Create Issue.
Postman creates a new Jira issue for you and links it to your API request.
When you view your issue's description in Jira, you'll see a link to your request in Postman.
You can also view all issues linked to your request and all issues linked to your collection.
If there's an issue with one of your API responses, you can link to an existing Jira issue from Postman.
To link to an existing Jira issue from an API response, do the following:
- Open your HTTP request. Then, click Send.
- In the response pane, click
View more actions. Then, click Add to Jira Cloud. Postman prompts you to create a new issue or link to an existing one.
- Under Select option, select Connect existing issue.
- Select a Jira project. To search for a project, start typing its name.
- Select an issue. To search for an issue, start typing its name. You can also paste a link to an issue.
- (Optional) Enter a comment.
- (Optional) Choose to include the response in the issue.
- Click Connect Issue.
Postman links your existing Jira issue to your API request.
When you view your issue's description in Jira, you'll see a link to your request in Postman.
You can also view all issues linked to your request and all issues linked to your collection.
Last modified: 2025/05/29