DevOps Component 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.
associate
Type | object |
Required | Yes |
Description | Action to associate a devops component entity with a Jira issue. When invoked: - The provider must send the entity to Jira using the devops component information REST API. - The entity must include the Jira issue association. - The provider must respond with the entity. If a devops component entity identified by the given URL does not exist, the response should be HTTP 404. After sending the entity to Jira, the provider may use this action to notify their system that an association has been made with the Jira issue. Note that the association is eventually consistent and may not exist at the time this action completes. Use the onEntityAssociated action if strong consistency is required. Example requestThe 1 2 3 4 5 6 7 8 9 10 11 12 13
Example responseThe response must match the devops component entity provider schema from the Jira component information REST API. |
templateUrl |
|
disassociate
Type | object |
Required | Yes |
Description | Action to disassociate a devops component entity from a Jira issue. When invoked: - The provider must send the entity to Jira. - The entity must remove the Jira issue association. If a devops component entity identified by the given ID does not exist, the provider should delete the entity from Jira. After sending the entity to Jira, the provider may use this action to notify their system that an association has been removed from the Jira issue. Note that the association is eventually consistent and may not have been removed at the time this action completes. Use the onEntityDisassociated action if strong consistency is required. Example requestThe 1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
templateUrl |
|
onEntityAssociated
Type | object |
Description | Action to notify the component provider when a devops component has been associated with a 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 component provider when a devops component has been disassociated from a 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: