Release notes


On this page you can find what's new in Azure DevOps Connector.
Date Description
2025-07-27 New - Added support for ParentId column and Expand Parameter (To get ParentId, you must set Expand Parameters=Relations)
2025-07-27 New - Added three additional parameters for WorkItem Update / Insert operations (e.g. SuppressNotifications, BypassRules, ValidateOnly)
2025-07-27 New - Added new field ResolvedBy for WorkItem operations UPDATE and INSERT, added new column ResolvedById for Read Operation
2025-07-27 New - Added new columns Severity, ProposedFix, Symptom, RootCause, HowFound, FoundInEnvironment, BusinessValue, ValueArea, TestedBy, TestPriority, Activity
2025-07-27 Modified - Changed datatypes for Description, Steps, ReproSteps, SystemInfo and History columns to DT_NTEXT to handle more than 4000 chars (helps in some ETL tools like SSIS)
2024-12-04 New - Added images in OAuth authentication instructions
2024-12-03 New - Added images in Token authentication instructions
2024-06-24 Fix - Updated InputColumns datatypes for some endpoint columns (previously they were all string types)
2024-03-04 Fix - Query list doesn't refresh after changing Project parameter for get_workitems_by_query_id endpoint on Query Builder UI
2024-01-30 New - Added new endpoint get_queries and get_workitems_by_query_id endpoint to fetch result from predefined query
2023-10-09 New - Updated query_workitems endpoint to be treated as IsSqlEndPoint (support for #DirectSQL prefix)
2023-10-09 Fix - Using slash throws JSON encoding error sometimes (e.g. IterationPath can have slash)
2023-10-09 New - Updated examples to show how to query more than 20000 AzureDevOps / TFS workitems
2023-06-14 New - Initial version