# Postman Product Updates: June 2025

Today we’re highlighting solutions that reduce manual work and allow you to stay in the flow, including:

- **[Jira cloud integration](#jira-cloud)** that provides a one-click option to create detailed bug reports without switching tools
- **[VS Code integration](#vs-code)** that allows you to code and test APIs without leaving your coding environment
- **[GitHub integration](#github)** that keeps your specs and code in sync automatically, enabling true parallel development
 
## **Create actionable bug reports with Jira Cloud integration**

  Jumping between tools to create bug reports creates back-and-forth conversations that delay fixes and frustrate everyone involved. With Postman’s [new Jira Cloud integration](https://learning.postman.com/docs/integrations/available-integrations/jira/overview?utm_campaign=global_fy26q2_postcon25-keynote&utm_source=discourse&utm_content=june-drop) whenever you hit a 500 error, in one click you can create a Jira issue containing: - Complete request details including headers, auth tokens, and payload
- Full response and error details
- Environment configuration
- Clear reproduction steps
 
  

## Code and test APIs without toggling between tools

  Constantly switching between applications is mentally draining and inefficient. Postman’s enhanced [VS Code integration](https://marketplace.visualstudio.com/items?itemName=Postman.postman-for-vscode) helps you move faster by bringing collaborative API development directly into your coding environment. With Postman’s VS Code integration, you can: - Import .env files directly and avoid the tedious, error-prone process of re-creating your variables
- Share reusable test scripts with your team through centralized collections
- Send HTTP, WebSocket, and gRPC requests without opening a browser
- Debug endpoints inline while your code is fresh in your mind
 
 ![](https://blog.postman.com/wp-content/uploads/2025/07/postman-vscode-integration-1-1024x694.gif)## **Keep specs and source code in sync with GitHub integration**

  API specs and source code should evolve together, but they often rely on manual updates that don’t always happen in sync and result in outdated docs. Postman’s [GitHub integration](https://learning.postman.com/docs/integrations/available-integrations/github/collections/overview/?utm_campaign=global_fy26q2_postcon25-keynote&utm_source=discourse&utm_content=june-drop) keeps your collections and repository in sync automatically, eliminating manual updates. With the new GitHub integration you get: - Auto-commit changes to your repo every time you save a collection
- Pull request reviews that include API diffs alongside code changes
- CI/CD pipelines that run API tests using the exact same collections your team develops with
- Branch-based API development that mirrors your code workflow
 
  

 Keep it 200, The Postman Team