SShortSingh.
Back to feed

Atlassian Adds AI Planning and Coding Agents to Jira for Human-Agent Workflows

0
·3 views

Atlassian has announced a major update to Jira, introducing features designed to coordinate both human workers and AI agents within a single project management platform. The new additions include Jira Planner, which converts vague ideas into technical specifications, and a Jira Coding Agent that can be assigned work items and autonomously write code. The update also brings third-party agent integrations, automation rules for routing tasks to humans or agents, and a pre-built agentic engineering workflow template. Atlassian's move is driven by findings from its own DevEx report showing that coding-agent adoption is widespread but gains are stalling due to coordination overhead rather than execution speed. The company frames Jira not as a new tool but as an existing planning hub being extended into a control layer for mixed human-AI software teams.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

How to Build a Production-Ready AI Chatbot in Laravel Using the OpenAI API

Laravel developer Aditya Kumar has published a tutorial detailing how to integrate an AI chatbot into a Laravel application using the OpenAI API and the community-maintained openai-php/laravel package. The guide walks through creating a ChatService class to handle conversation logic, using session-based history to retain context without requiring database migrations. Key production safeguards covered include rate limiting API routes, capping conversation history to control token costs, validating input length, and wrapping API calls in error handlers. The tutorial uses OpenAI's gpt-4o-mini model and returns clean JSON responses compatible with Blade views or single-page applications. Kumar also outlines future enhancements such as streaming responses via Server-Sent Events and Retrieval-Augmented Generation for knowledge-base-grounded answers.

0
ProgrammingDEV Community ·

Developers Can Build Crypto Payment Automation Studios for Merchants

A growing opportunity exists for developers to move beyond basic crypto checkout integrations and build full payment automation systems for merchants. Rather than simply processing payments, these systems connect crypto payment events — such as paid invoices, expired links, or completed payouts — to downstream business actions like CRM updates, license delivery, or team notifications. Using infrastructure like OxaPay, developers can access webhooks, payment history, static addresses, and third-party workflow tools to construct these pipelines. Merchants are willing to pay for reduced manual work, faster fulfillment, and better operational control rather than just raw API access. Developers can monetize such services through setup fees, monthly retainers, hosted subscriptions, or custom workflow maintenance packages.

0
ProgrammingDEV Community ·

Why WooCommerce Variation Images Often Lack Alt Text and How to Fix It

WooCommerce variable products assign a separate image to each variation, such as colour or size, and these images are stored as individual media attachments with blank alt text fields by default. Because variation images are frequently uploaded in bulk and bypass the Media Library screen, they rarely receive descriptive alt text during setup. Most SEO plugins and accessibility audits only check featured and gallery images, leaving variation photos undetected and untagged. A store with 200 variable products and five variations each could have 1,000 images invisible to Google Images and inaccessible to screen-reader users. Effective alt text for variation images should name the product alongside its specific attribute and a relevant visual detail, such as colour or material, rather than repeating a generic product title across all variants.

0
ProgrammingDEV Community ·

Developer Unifies AI Video Tools, Clones Veo 3 to Break Eight-Second Limit

A developer working on an AI video generation platform made significant progress on July 16, 2026, by consolidating previously fragmented tools into a single cohesive system. A key breakthrough involved cloning the Veo 3 repository to overcome an eight-second video length restriction that had limited earlier builds. GPU worker scripts were integrated with the studio interface using Python libraries including PyTorch, with performance optimization applied to video rendering. Infrastructure work was also completed, including configuring Oracle Cloud resources and securing HQ build agents. The developer plans to finalize core components the following day ahead of the platform's next launch phase.