microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
123 stars 38 forks source link

Azure DevOps - Internal and external comments #13

Closed KarolGr closed 1 year ago

KarolGr commented 5 years ago

In my organization we are looking for a solution in Azure DevOps that would allow us to define which comments added to a work item would trigger a notification to a user who created the work item via email and does not have a license and in general access to Azure DevOps and which comments would not trigger a notification. In tools like ZenDesk or Jira Service Desk these types of comments are called internal and external:

vadim-kovalyov commented 5 years ago

Hi @KarolGr, if I understand your question correctly, the quick answer is - we don't have concept of "expernal" comments in Azure DevOps. Before sending work item notifications out, we check if a recipient has access to the work item. Even if you create a work item with bypassRules option and assign it to any external email address, it will not trigger the notification to that user.

You can also create a public project in Azure DevOps, but you still need to be a member of a project to receive notifications related to work items in public project.

Please let me know if this information helps or if you have any other questions.