A deployment note records what was deployed, to which environment, when, and by whom. Over time, deployment notes build a complete audit trail for every release — invaluable for post-incident reviews, compliance, and understanding what changed in each environment.
Deployment notes are attached to releases. Each release can have multiple notes — one per environment, or one per deployment attempt (including failures and rollbacks).
| Field | Required | Notes |
|---|---|---|
| Environment | Yes | The target environment for this deployment — e.g. Staging, Production. |
| Deployed By | Yes | The person who performed the deployment. Defaults to the logged-in user. |
| Deployed At | Yes | Date and time of the deployment. Defaults to now. |
| Version / Build | No | Build number, Git tag, or version string — e.g. v2.4.1 or build-1234. |
| Notes | No | What was deployed, any manual steps taken, configuration changes, or rollback instructions. |
| Status | Yes | Success, Failed, or Rolled Back. |
| Stories | No | Stories included in this deployment. Auto-populated from the release if the note is created from a release. |
| Status | When to use it |
|---|---|
| Success | Deployment completed without issues. Application is running as expected in the target environment. |
| Failed | Deployment encountered errors. System may be in an inconsistent state — record what went wrong and any recovery steps taken. |
| Rolled Back | Deployment was reversed. Record the reason and the version that was restored. |
The Notes field is free text — use it to record anything that won't be obvious from the story list alone. Useful things to capture:
Every deployment note is visible in two places:
I can't find where to add a deployment note
Deployment notes are added from the release detail view. Open the release, scroll to the Deployment History section, and click Add Deployment Note. They can also be added from Releases → Deployment Notes if your project shows that as a separate menu item.
The environment I need isn't in the dropdown
Environments are configured per project under Project Settings → Releases → Environments. Ask your project manager to add the missing environment.
I logged a deployment against the wrong release
Open the deployment note, click Edit, and change the associated release. You can also delete the note and recreate it if the content needs significant changes.
Stories aren't showing in the deployment note
Stories are auto-populated only when the deployment note is created from within a release. If you create a standalone note, add stories manually using the Stories field.
I need to record a rollback
Create a new deployment note for the rollback event. Set Status to "Rolled Back", note the version restored, and reference the failed deployment note in the Notes field.