Skip to main content
Version: Release 26.1

AI Assistant

AI Assistant is an AI-powered assistant built into Digital.ai Release. It gives you fast, natural-language access to your Release data within your permissions. Ask questions and get instant answers about status, risks, blockers, and more without navigating multiple screens.

info

This page describes AI Assistant for on-premises deployments. On-premises, you run AI Assistant with Docker alongside your existing Release instance. To try it on a single host first, see the Lab Deployment Using Docker. To deploy it, see the Production Deployment Using Docker.

AI Assistant requires Digital.ai Release 26.1.5 or later, with the built-in MCP server enabled through the bundled Release MCP Tools Plugin.

Why Use AI Assistant

Managing releases at scale is complex. Information is scattered across multiple screens and status checks are manual. AI Assistant removes this friction by letting you ask questions directly and get answers based on live Release data.

Key Benefits

  • Instant status visibility: Get quick insights into what is happening across your releases, including risks, blockers, and overdue tasks, without navigating multiple screens.
  • Guided exploration: Discover templates, review configurations, and explore your release data through conversational queries.
  • Activity and audit lookup: Access recent changes, user assignments, and audit history for tracking and compliance.
  • Digital.ai Release expertise: Get answers specifically about releases, templates, tasks, phases, variables, configurations, and integrations within your Digital.ai Release instance.

How to Use AI Assistant

  1. Log in to Digital.ai Release.
  2. In the top navigation bar, click the AI Assistant icon.

AI Assistant

The AI Assistant chat panel opens on the right side of the screen.

AI Assistant chat interface

  1. Type your question in the chat panel.
  2. Press ENTER or click the send icon.

AI Assistant processes your question and displays the response in the conversation thread.

Context Awareness

AI Assistant is context-aware. It scopes your queries based on the page you open it from, such as a specific release, folder, or the global view.

caution

To pick up the latest state after making changes, click New chat to start a fresh session.

View Conversation History

  1. Click the History tab in the chat panel.
  2. Select a conversation to resume it.

Your previous conversations are sorted by most recent activity.

History interface

Start a New Conversation

To start a fresh conversation, click New chat in the Chat tab. The Chat tab also includes suggested prompts to help you get started.

What You Can Query

You can retrieve any information you have permission to access through natural-language queries, across the following categories:

Releases and tasks

Query the status, progress, and details of releases and tasks. Filter by status, tags, dates, or ownership, and review activity logs and failure details.

Example questions:

  • "What releases are currently active?"
  • "What is the status of [release name]?"
  • "Show me failed tasks in [release name]"
  • "List all releases in [folder name]"
  • "Find releases tagged with [tag name]"
  • "Show me all paused/failed/aborted releases"
  • "How many releases are in progress?"
  • "Show me activity logs for [release name]"
  • "Find releases created between [date1] and [date2]"
Templates

Explore available templates, view their structure including phases and tasks, and review template configurations.

Example questions:

  • "What templates are available in [folder name]?"
  • "Show me template details for [template name]"
  • "What phases are in [template name]?"
  • "Find templates tagged with [tag name]"
Folders and variables

Navigate your folder hierarchy and inspect variables at global, folder, release, and template levels.

Example questions:

  • "What folders are in [parent folder name]?"
  • "Show me the folder structure"
  • "List all global variables"
  • "Show me variables in [release name]"
  • "What is the value of variable [variable name] in [release name]?"
Integrations and configurations

Discover and view existing integration configurations for external systems such as Jenkins, Jira, Git, and ServiceNow.

note

AI Assistant can view existing configurations but cannot test connections, create configurations, or troubleshoot integration issues.

Example questions:

  • "Show me all Jenkins server configurations"
  • "Find the Jira configuration named [name]"
  • "What configurations are in [folder name]?"
Attachments

Access and analyze text-based attachments associated with releases and tasks, such as logs, JSON, XML, YAML, and CSV files.

note

AI Assistant can only read text-based files. It cannot display or analyze images (PNG, JPG, GIF) or binary files (PDFs, executables).

Example questions:

  • "Show me attachments on [release name]"
  • "Show me the content of [attachment name]"
  • "Search for [text] in [attachment name]"
Metadata and task types

Discover available task types, phase types, and configuration types in your instance.

Example questions:

  • "What task types are available?"
  • "What are the properties of [task type]?"
  • "List all configuration types"

What You Get Back

AI Assistant returns responses designed to be immediately useful:

  • Clickable navigation: Direct links to releases, tasks, folders, and templates so you can open the exact item with one click.
  • Structured data: Tables and lists that make it easy to scan multiple items, grouped and labeled clearly.
  • Real-time information: Data that reflects the current state of your Release instance, including live status and current values.

What AI Assistant Cannot Do

AI Assistant is read-only and scoped to querying Digital.ai Release data. The following actions are not supported:

  • Creating, modifying, or deleting releases, templates, tasks, or configurations
  • Starting, stopping, or triggering releases or tasks
  • Testing connections, validating configurations, or troubleshooting integration issues
  • Managing users, teams, or permissions
  • Accessing triggers, applications, environments, deliveries, patterns, or reports
  • Generating predictions or forecasts

Tips for Effective Questions

You get better answers when you give AI Assistant clear context and focus.

  • Name specific items: Refer to releases, templates, folders, or tasks by name rather than asking broadly.
  • Filter by status: Ask for releases or tasks in a specific state such as failed, active, paused, or at risk.
  • Specify ownership: Include an owner or team name, or ask what is assigned to you.
  • Add time ranges: Narrow results by asking about a specific period, such as "this week" or "in the last 30 days".
  • Ask one thing at a time: Break complex questions into smaller, focused questions for more precise answers.

Security and Data Handling

AI Assistant is read-only and permission-scoped, and it can only return data you are authorized to view. If you cannot access a folder or release in the UI, AI Assistant cannot access it either. It cannot start releases, approve tasks, modify variables, or make any other changes, and it does not reach into external systems such as Jenkins, Jira, or Git. Operations are audit logged. For the full security model, see Security and RBAC in the Production Deployment Using Docker guide.

caution

Do not include sensitive information such as passwords, API keys, or secrets in your prompts.

Availability and Deployment

AI Assistant is available on Digital.ai Release on-premises, deployed with Docker alongside your existing Release instance. It requires Release 26.1.5 or later with OIDC already configured and the built-in MCP server enabled.

To set it up, use these guides:

The Docker Compose files, helper scripts, and the full environment-variable reference are in the AI Assistant Docker Repository.

FAQs

Why can't AI Assistant find a release I know exists?

You may not have permission to view that release or folder. AI Assistant can only show data you are authorized to access. Check with your administrator if you believe you should have access.

Can AI Assistant make changes to my releases?

No. AI Assistant is read-only. See Security and Data Handling for details.

I'm seeing an error message. What should I do?

See the AI Assistant On-Prem Troubleshooting guide for common issues and how to resolve them.