The deployment detail page
While the page loads you see "Loading deployment…" Once it is up, the header shows the pipeline or workflow name and run number, a status badge, the provider, how the run was triggered (push, pull request, merge request, schedule, manual or manual dispatch, tag, release, API, and so on), the branch, the target environment, how long ago it last updated, and its duration.
How do I turn it into work, or discuss it?
Just under the header, if the run is or can be linked to a card, you will see the same bridge as on pull requests: "Turn this deployment into tracked work on the Development board," with:
- Create Card (needs
deployment:manageandissue:create): opens Create card from deployment, pre-filled with a title ([Deployment] <workflow name> #<execution id>) and a Markdown brief listing Pipeline/workflow, Execution ID, Source, Status, Occurred at, Repository, Branch, Commit, Account, and Region. Edit either field, then click Create card. The new card links to this run automatically. - Discuss in chat (needs
chat:access): opens a Chat conversation seeded with this run's context.
Once linked, this becomes Linked issue: with a link reading [Deployment] <workflow name> #<execution id>.
The Analysis / Details / Jobs / Artifacts switcher
A View dropdown in the Summary panel switches the main pane. Jobs and Artifacts only appear when the provider actually supports fetching that level of detail for this run; not every source does.
Analysis (default view)
Works like the pull request analysis panel, gated on deployment:manage to run or re-run:
- Nothing run yet: "Run an AI analysis of this deployment" with a Run analysis button.
- In progress: "Analyzing deployment…" with a spinner.
- Failed: "The previous analysis failed," with a Run analysis again button.
- Complete: a green "Analysis complete" line, a Re-run button, and the full report below.
A note under the report points you to Rules for automatic-analysis settings.
Details
A two-column key/value table: Execution ID, Status, Pipeline / workflow, Source, Account, Region, Occurred or started time, Last update time, Duration, Environment, Repository, Branch, Commit. Any field the provider did not report shows "—".
Jobs
A timeline of the run's jobs (only for providers that expose this). Each job shows its own status badge, name, and duration; steps, if any, are listed underneath with number, status, name, and duration. When nothing is available: "No jobs data available."
Artifacts
Files the run produced, each with a name and size in MB ("Unknown size" if the provider did not report one). When nothing is available: "No artifacts available for this run."
The Summary panel
On the right: Status, Source, Environment (if known), Execution ID, Occurred or started, Last update, Duration, Repository, Branch, Commit (first 12 characters), Account, and Region. Any field the run does not have is simply omitted. Below that sits the View dropdown, and, if the provider gave a link, a View on source button that opens the run on the provider's own site in a new tab.