Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

Launch your first AI-powered development workflow in minutes by connecting your Jira workspace and defining your automation rules.
1

Initialize Workflow Automation

Navigate to your application integration settings. Under Jira Configuration, select Configure Workflow Automation to begin the setup process.
2

Access Automation Control

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

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., qa or main).
4

Confirm Workflow Creation

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

Tag Jira Tickets

To trigger the workflow for a specific task, add the label revolte-app={your_app_name} to any Jira Ticket.
See the Jira Integration Guide for detailed connection steps.
6

Execute Workflow

With the label added, a Revolte section will appear in the Jira sidebar. Click Run Workflow to hand the task over to the AI agent.
7

Monitor Live Progress

Switch back to the Revolte dashboard under Agent runs to see the real-time status of your workflow.
8

Review Execution Summary

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

Inspect Implementation Plan

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

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.
11

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.
12

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