In this video, I show how to use the Atlassian CLI tool together with GitHub CLI and OpenCode to create an AI-powered local agent that automatically generates Jira tickets and pull requests based on your code changes.
Claude config:
https://github.com/igo0r/train-llm/blob/main/CLAUDE.md
Atlassian CLI:
https://developer.atlassian.com/cloud/acli/guides/how-to-get-started/
https://github.com/igo0r/train-llm/blob/main/docs/jira-ticket-creation.md
Github CLI:
https://cli.github.com/manual/gh_auth_login
https://github.com/igo0r/train-llm/blob/main/docs/gh-commands.md
Instead of manually writing tickets and PR descriptions, we create a structured instruction system that allows the agent to:
- Analyze local changes
- Create a new Jira issue
- Generate a branch
- Open a pull request in GitHub
This workflow is perfect for developers, SDETs, and DevOps engineers who want to automate repetitive tasks and improve productivity.
Tech stack covered:
- Atlassian CLI
- GitHub CLI
- AI agent with OpenCode
- Local workflow automation
If you're into test automation, CI/CD, or developer productivity — this one is for you.