🖌️
Product Process Documentation
  • Product Process Documentation
  • Definition of Done (DoD)
    • General checkpoints
      • Specific checkpoints by team
    • Important process: QA review & PO review
      • QA Review
      • PO Review
  • Work Items
    • Product Backlog Item (PBI)
    • Bug
      • Basic rules for creating a bug
      • How to report a Bug
    • Bugs Management
  • Code Standards
  • Different Test Levels
    • Unit Test
      • Frontend Unit Testing
        • What is a Unit Test?
        • How do I know if I am developing a good unit test?
        • AAA (Arrange, Act and Assert)
        • Overloaded test suits
        • Setup & Teardown
          • JEST Mocks
          • FakeTimers
        • Istanbul Annotations
        • C8 Annotations
        • JEST Runner (Debug unit tests with Jest)
    • Component Test
      • Frontend Component Testing
        • What is Component Testing?
        • Best practices
        • Bad practices
        • Setup
          • Sandbox
          • Mocks, Services and Providers
          • Test scenario
    • Integration Test
      • Frontend Integration Testing
        • What is a Integration Test?
        • AAA (Arrange, Act and Assert)
        • Best Practices
        • Bad practices
        • Setup & Teardown
        • How to create a scenario
          • Create the migrated app
          • Add to project
        • How to debug
        • Common problems
      • Testing Driven Development Guide and recommendations
    • Functional Test
    • Security Testing
      • Security Testing Tools
      • Frontend Security Testing
    • Performance testing
    • Best Practices
    • Test Documentation
  • Run test projects
    • General steps
    • Specific steps by team
  • DevOps
    • Pipelines
    • Builds
    • Specific information by team
    • Test plan
    • Service Hooks for Azure DevOps Notifications
      • Slack Notifications
      • Microsoft Teams Notifications
  • Dashboards
    • General
    • QA Dashboards
  • Release Process
    • General Steps
    • Specific steps by team
  • Migration Cells
    • Basics of testing process
  • Release process
  • References
Powered by GitBook
On this page
  • ¿What is a service hook?
  • ¿How to create a service hook?

Was this helpful?

  1. DevOps

Service Hooks for Azure DevOps Notifications

In this page we can found information of the service hooks usage to send notifications from Azure DevOps to Slack, Teams or mail.

PreviousTest planNextSlack Notifications

Last updated 8 months ago

Was this helpful?

¿What is a service hook?

A service hook is a trigger that allows one to execute a specific task when an event happens on a project.

More information can be found in article.

¿How to create a service hook?

On Azure DevOps project settings, go to service hooks on the sidebar menu:

Then, click the add button in the service hooks to create a new one:

Choose the service which going to be integrated and press next:

After clicking next, a subscription window will show up, select an event and necessary filters to specify the trigger activation:

To finish, add the webhook URL from the service selected, the webhook URL is generated on the app that will receive the notification.

For more information about service hooks, visit and article.

Note: The events which can be used in the definition of the trigger can be found .

WebHooks with Azure DevOps
Create a service hook
here
Integrate with Service Hooks
Service Hooks menu option
Add button
Service List window
Trigger definition
App webhook URL