Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I built a Voice-to-Jira integration using the REST API to automate Standup updates.

Lendor Lnd
December 30, 2025

Hi Sirs,

I wanted to share a workflow I built for my engineering team to solve the eternal "Jira Hygiene" problem.

The Problem:
My developers often forget to update ticket statuses after the Daily Standup. The information is shared verbally ("I fixed the API bug," "I'm blocked on tickets X"), but it rarely makes it to the board.

The Solution:
I built an integration that listens to the standup audio and uses the Jira Cloud REST API to update the tickets automatically.

How it works technically:

  1. Ingest: Captures audio from the meeting.

  2. Context Mapping: An LLM analyzes the transcript and maps the intent to specific Issue Keys (e.g., PROJ-123) assigned to that user.

  3. API Call: It constructs a payload to update the transition ID (e.g., moving to "Done") or addComment.

  4. Human Loop: I added a UI layer to approve the API calls before they are sent, to prevent hallucinations.

The Result (30s Demo):
https://www.youtube.com/watch?v=XMHncCgrLzE 

I'm currently running this with my internal team.
I’m curious if other Jira Admins have experimented with "Voice-driven" workflows? Any edge cases with the API permissions I should watch out for?

Thanks,
Mantas

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events