I am developing a workflow using Dataops - customcode to add something from Hubspot ticket to Azure DevOps work item as a comment. Here is my script: from azure.devops.connection import Connection
from msrest.authentication import BasicAuth
read more