I’ve been working in software for more than 10 years. And I’ve always been obsessed with making life smoother and easier both in personal routines and working with my fav QA and Engineering teams.

After reading Atomic Habits (which I really recommend to everyone who haven’t read yet), my life’s credo became:

Optimize it all – from daily routines to big projects. That’s how you achieve the biggest success.

I wouldn’t say I lived differently before reading the book, but it confirmed that my way of thinking was on the right way. Optimization has always been my strength and what I really enjoy.

When AI started entering our lives and while some people worried about layoffs, I started changing my mindset and I realized AI could give me even more power. As a QA Manager leading a team of 7 talented QAs, I’ve always believed that process optimization is the backbone of quality assurance. Over the past year, I’ve actively combined my management experience with AI solutions and multi-step agents to build workflows that successfully improved my team’s efficiency.

The Goal: Kill the Manual Test Case Grind

If you’ve ever set up a Jira API integration, you know it’s not exactly “click and done”. For me, it was a mix of OAuth headaches, endless API docs, and too many “why is this not returning anything?” but not at a polite manner. But once I got it working, the payoff was huge! My team now has a GPT-powered Structured Test Case Generator that transforms Jira tickets into ready to publish, standardized test cases in seconds.

Before this project, test case creation looked like this:

All these actions were repetitive, slow, and prone to inconsistencies.

I wanted an AI agent that could:

The Build: GPT + Jira API + Testomat.io

It took me a few sleepless nights, but finally I created the Structured Test Case Generator in GPT with:

What it does:

Aaaand

Here's a schema process of how it works:

The Jira API Challenge

Getting GPT to talk to Jira wasn’t just a copy-paste job. My main roadblocks were:

But in a result we actually won

Before we spent: 45-60 minutes to manually write & format test cases for a complex ticket.

After: 3-5 minutes to review AI-generated cases, polish if needed, and submit “Publish” to Testomat.io.

Also, other wins we’ve:

Example Flow

Then the agent asks:

“Would you like to edit, add negatives, merge, or publish?”

Once you click publish → it’s in Testomat.io, ready for execution.

Lessons Learned

APIs are the glue – but OAuth setup inside GPT requires patience. Prompt clarity = output quality – be specific about formatting. Integration matters – direct publishing to Testomat.io is the real game-changer.

Life hack: In addition to integration to Cnfluence, add any project-related test docs to the Agent’s Knowledge section to avoid irrelevant or generic test cases.

Below as a bonus you can find the detailed technical step by step map of creating GPT agent. Hopefully it can help for the future optimizations of the daily routine.

Final Thoughts

This project proved something important: AI isn’t replacing QA engineers – it’s making us faster, more consistent, and more focused on what matters most: testing quality.

If you’re a QA lead or engineer, try building your own GPT agent + API workflow. For sure, the setup might test your patience (hello, Jira OAuth =)), but the payoff is worth it.

Your turn:

Have you tried connecting GPT to Jira or your own test management tool? What challenges did you face and what wins did it bring?