You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/service-hooks/overview.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,24 +103,23 @@ When you integrate one of these services with Azure DevOps, you must create a su
103
103
1. Select the service that you want to integrate with.
104
104
105
105
:::image type="content" source="media/select-service.png" alt-text="Screenshot of the Service dialog. Numerous services are listed, Trello is selected, and a description of Trello is visible.":::
106
-
107
-
108
-
1. Select the event to trigger on and any applicable filters.
109
106
110
-
:::image type="content" source="./media/trello-wizard-event.png" alt-text="Select the event to trigger on and any filters":::
107
+
1. Select the event to trigger on and any applicable filters.
108
+
109
+
:::image type="content" source="./media/trello-wizard-event.png" alt-text="Screenshot of the Trigger dialog. The Code pushed event is selected. Filters are set on a repository and a group.":::
111
110
112
-
1.Select an action to run on the target service.
111
+
1.Select an action to run on the target service.
113
112
114
-
> [!NOTE]
115
-
> The list of available actions may be limited based on the event type that you selected.
113
+
> [!NOTE]
114
+
> The list of available actions may be limited based on the event type that you selected.
116
115
117
-
:::image type="content" source="./media/trello-wizard-action.png" alt-text="Screenshot showing selection of an action for the target service.":::
116
+
:::image type="content" source="./media/trello-wizard-action.png" alt-text="Screenshot of the Action dialog. Create a card is selected. Fields are available for specifying a token, a board, and other settings.":::
118
117
119
118
1. To confirm the settings are correct, test the subscription and then finish the wizard.
120
119
121
-
:::image type="content" source="./media/test1.png" alt-text="Screenshot showing test notification 1.":::
120
+
:::image type="content" source="./media/test1.png" alt-text="Screenshot of the Test Notification window. In the Summary tab, a message about a push shows a status of Succeeded.":::
122
121
123
-
:::image type="content" source="./media/test2.png" alt-text="Screenshot showing test notification 2.":::
122
+
:::image type="content" source="./media/test2.png" alt-text="Screenshot of the Test Notification window. The Request tab shows a POST request to Trello with information about a commit that was pushed.":::
0 commit comments