Prerequisite: Ensure your repository is connected to a Revolte application. Learn how in the Get Started guide.
Initialize Workflow Automation
Navigate to your application integration settings. Under Jira Configuration, select Configure Workflow Automation to begin the setup process.

Access Automation Control
Go to the Automation Configurations tab. If no workflows are active, you will see the initialization screen. Click Configure Automation.

Map Status Transitions
Define how Revolte should interact with your Jira statuses.
- Action: Select
Developer workflow. - Mapping: Choose which statuses trigger development (e.g., To Do to In Progress) and completion (e.g., Done).
- Target Branch: Specify the branch where AI changes should be proposed (e.g.,
qaormain).

Confirm Workflow Creation
Once saved, your new workflow will appear in the active configurations list, showing the branch mapping and status flow.

Select Target Application
To trigger the workflow for a specific task, open the ticket in Jira and locate the Revolte section in the right sidebar. Under Select Application, select your target application service from the dropdown menu.
See the Jira Integration Guide for detailed integration steps.

Trigger and Monitor Workflow
Selecting the application instantly triggers the AI agent workflow. The sidebar updates to display a Workflow Triggered success status. Click the View Workflow Details button to jump directly into the live agent execution dashboard.
Monitor Live Progress
Switch back to the Revolte dashboard under Agent runs to see the real-time status of your workflow.

Review Execution Summary
Once complete, drill down into the run to see the execution stages, including Sandbox Provisioning, Code Setup, and Token Usage statistics.

Inspect Implementation Plan
Navigate to the Artifacts tab to review the AI-generated implementation plan, including sub-tasks and proposed file changes.

Analyze Code Diffs
Finally, use the Diff Summary tab to inspect every line of code modified or created by the agent before finalizing the delivery.

Review and Merge
Once the agent finishes, it automatically opens a Pull Request on GitHub (or your configured Git provider) so you can review and merge the proposed changes.

Deploy to Preview
After merging, you can deploy the changes to a preview environment. Click View Preview and confirm the deployment using your 
revolte.yml configuration.
Next steps
- Overview of Development Workflows
- Quality Assurance Gates Coming Soon
- Product Strategy Automation Coming Soon