Security 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.
fetchContainers
Type | object |
Required | Yes |
Description | Action for fetching security containers 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 17 18
|
templateUrl |
|
fetchWorkspaces
Type | object |
Required | Yes |
Description | Action for fetching security workspaces by IDs. Example requestThe 1 2 3 4 5
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 security container name for a given workspace. 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 security provider when vulnerability 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 security provider when vulnerability 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: