Skip to content

Commit 7b3b0d2

Browse files
authored
added a list of ITSM manifest variables (#2837)
1 parent db951b0 commit 7b3b0d2

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

src/pages/docs/approvals/jira-service-management/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,22 @@ The following list assumes the linked change is in an **approved** state.
241241

242242
**If at any time a `Planned end` is exceeded and the linked change request is not approved, the deployment will be terminated.**
243243

244+
## Available Variables in a Deployment or Runbook
245+
246+
:::div{.info}
247+
The following variables are only available in version 2025.4 and later
248+
:::
249+
250+
| Variable | Notes |
251+
|--|--|
252+
| `Octopus.JiraServiceManagement.ChangeRequest.Number` | The number of the matched or created change request |
253+
| `Octopus.JiraServiceManagement.ChangeRequest.Id` | The system identifier of the matched or created change request |
254+
| `Octopus.JiraServiceManagement.Connection.Id` | |
255+
| `Octopus.JiraServiceManagement.Connection.Name` | |
256+
| `Octopus.JiraServiceManagement.Connection.BaseUrl` | |
257+
| `Octopus.JiraServiceManagement.Connection.Username` | |
258+
| `Octopus.JiraServiceManagement.Connection.Token` | |
259+
244260
## Known issues and limitations
245261

246262
- Once an Issue is deemed to be related to a deployment, then only this Issue will be evaluated for

src/pages/docs/approvals/servicenow/index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ The expected ServiceNow value doesn't always align with the displayed value. In
273273

274274
For a full list of available fields and values refer to the [ServiceNow docs](https://developer.servicenow.com/dev.do#!/reference/api/utah/rest/change-management-api).
275275

276-
277276
### Respecting change windows
278277

279278
:::div{.warning}
@@ -293,6 +292,24 @@ The following list assumes the linked change is in an **approved** state.
293292

294293
**If at any time a `Planned end date` is exceeded and the linked change request is not approved, the deployment will be terminated.**
295294

295+
## Available Variables in a Deployment or Runbook
296+
297+
:::div{.info}
298+
The following variables are only available in version 2025.4 and later
299+
:::
300+
301+
| Variable | Notes |
302+
|--|--|
303+
| `Octopus.ServiceNow.ChangeRequest.Number` | The number of the matched or created change request |
304+
| `Octopus.ServiceNow.ChangeRequest.SysId` | The system identifier of the matched or created change request |
305+
| `Octopus.ServiceNow.Connection.Id` | |
306+
| `Octopus.ServiceNow.Connection.Name` | |
307+
| `Octopus.ServiceNow.Connection.BaseUrl` | |
308+
| `Octopus.ServiceNow.Connection.OAuthClientId` | |
309+
| `Octopus.ServiceNow.Connection.OAuthClientSecret` | |
310+
| `Octopus.ServiceNow.Connection.Username` | |
311+
| `Octopus.ServiceNow.Connection.Password` | |
312+
296313
## Known Issues and limitations
297314

298315
- Once a CR is deemed to be related to a deployment, then only this CR will be evaluated for the deployment to proceed. If the CR is incorrect, you will need to cancel the deployment, close the CR and try the deployment again.

0 commit comments

Comments
 (0)