Configure a Rovo Dev in Jira session
Rovo Dev in Jira is currently in limited beta. Request beta access
Rovo Dev sessions can run on your repository with no setup, using its default development tools and languages. But you can customise the session’s sandbox environment by installing and setting up your own tools, too.
To configure the session:
Select Generate code in the Rovo Dev section of a work item.
Select a repository, then select Settings ().
Select Environment settings.
Then, customize the session with variables, secrets, and a script to run on session start:
Environment variables: add KEY=VALUE pairs that are exposed as environment variables to the session sandbox, available to the user and all sandbox processes.
Secrets: add KEY=VALUE pairs accessible from the setup script, secrets are encrypted when stored and only available to the setup script by default (they are not exposed to the session sandbox unless they are manually persisted).
Setup script: runs when the session starts and can be used to install tools, configure build tools, etc. If you require a secret to be stored in a specific location, specify it in the setup script.
Was this helpful?