Manage automations
On the Automations page, you can browse automations, inspect their runs, and manage them from the options menu.

Browse automations and their runs
Log in to https://air.jetbrains.cloud with your JetBrains Account.
Open the Automations page.
In the main list, choose which automations to show:
Project for automations shared within a project
Personal for your personal automations
To make the list easier to browse, group automations by repository.
Select an automation in the list. This will open the page with automation details and the list of its runs.
To inspect a specific run, click it in the Runs section.
The run output opens inline in the same panel. Depending on how the trigger handled the run's changes, you can open a pull request, inspect the run in JetBrains Air, or continue it in a new task – see Work with automation run results.

Filter and search the automation list
Use filters and search to quickly find the automations you need.

On the Automations page, choose which automations to show:
Project for automations shared within a project
Personal for your personal automations
Use the All Projects filter to show automations for one project or for all projects. The Project column shows which project each automation belongs to.
Use the All Repositories filter to show automations for one repository or for all repositories.
To search by automation name, click the search icon and type your query.
Edit an automation
You can always edit your personal automations. To edit a project automation, you need to be an admin in that project and have access to its repository in the VCS provider.
Open the Automations page and select the automation.
Start editing in one of the following ways:
click Edit in the automation header
open the automation menu and click Edit
Change the automation settings.
Click Save.
Run an automation manually
Use this to test an automation or start it on demand without waiting for a trigger.
Open the Automations page and select the automation.
Start the run in one of the following ways:
select the automation and click Run Now on its details page
open the automation menu and click Run Now

In the Test Automation Manually dialog, set up the run:
Select the branch to check out.
Select how to handle the changes the run produces – see Change handling.
Optionally, enter Context for the run. The context stands in for the data a trigger would normally provide, such as an issue link, a pull request, or event details. Leave it empty to run the automation with no payload.

Click Run.
Stop a run in progress
Stop a run that is still in progress if you no longer need its result or started it by mistake.
Open the Automations page and select the automation.
In the Runs section, find the run that is still in progress and click the stop icon
next to it.
Pause and resume an automation
If you want an automation to stop reacting to its triggers for a while, pause it instead of deleting it. When you want it to run again, resume it.
Open the Automations page and select the automation.
Open the automation menu and click Pause. The automation stays in the list in the Paused state but no longer starts when its triggers fire.
To resume, open the automation menu and click Resume. The automation reacts to its triggers again.
Assign an automation to a project
Assign an automation to a project so project admins can manage it and project members can use it. A project automation uses the project's AI credits instead of the credits of the person who created it. You can change the project at any time.
Open the Automations page and select the automation.
Click Edit in the automation header.
Open the Project selector and choose a project. Choose Personal to make the automation personal again.

Click Save.
Duplicate an automation
Use this to create a new automation based on the existing one.
Open the Automations page and select the automation.
Open the automation menu and click Duplicate.
Update the copied automation settings if needed.
Click Save.
Delete an automation
Use this to remove an automation you no longer need.
Open the Automations page and select the automation.
Open the automation menu and click Delete.
Confirm deletion.