Operations Information actions that can be performed by Jira users.
Each action is optional (unless indicated otherwise). The absence of an action indicates that the action is not supported by the provider.
fetchWorkspaces
Type | object |
Required | Yes |
Description | Action for fetching operations workspaces by IDs. Example requestThe 1
2
3
4
5
{
"ids": ["XXXX", "YYYY"]
}
Example response1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
templateUrl |
|
searchContainers
Type | object |
Required | Yes |
Description | Action for showing any partial or full matches using a search on the operations container name for all workspaces. Example requestThe 1 2 3
Example response1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
templateUrl |
|
onEntityAssociated
Type | object |
Description | Action to notify the operations provider when an incident or post-incident-review has been associated with jira issue Example requestThe 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
templateUrl |
|
onEntityDisassociated
Type | object |
Description | Action to notify the operations provider when incident or post-incident-review has its association removed from jira issue Example requestThe 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
templateUrl |
|
Rate this page: