From 55c3f2bc3bc87c4a9e8e79828478959df3cdb36f Mon Sep 17 00:00:00 2001 From: Daniel Watts <34212312+Deenk@users.noreply.github.com> Date: Thu, 28 May 2026 16:02:26 +0100 Subject: [PATCH 1/2] mark ticketBoards import step as optional NinjaOne tenants without the Ticketing module enabled fail the whole import with a 500 from the boards endpoint. Marking the step optional lets the import finish with a warning instead. Co-Authored-By: Claude Opus 4.7 --- plugins/NinjaOne/v1/indexDefinitions/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/NinjaOne/v1/indexDefinitions/default.json b/plugins/NinjaOne/v1/indexDefinitions/default.json index c109d8b..d28fe2f 100644 --- a/plugins/NinjaOne/v1/indexDefinitions/default.json +++ b/plugins/NinjaOne/v1/indexDefinitions/default.json @@ -56,6 +56,7 @@ "name": "ticketBoards" }, "timeframe": "none", + "optional": true, "objectMapping": { "id": "id", "name": "name", From 3f1d4f77ac6edacd94a06a09a6c406d3e2ab2195 Mon Sep 17 00:00:00 2001 From: Daniel Watts <34212312+Deenk@users.noreply.github.com> Date: Fri, 29 May 2026 15:13:55 +0100 Subject: [PATCH 2/2] bump version --- plugins/NinjaOne/v1/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NinjaOne/v1/metadata.json b/plugins/NinjaOne/v1/metadata.json index afae82f..bd7fadc 100644 --- a/plugins/NinjaOne/v1/metadata.json +++ b/plugins/NinjaOne/v1/metadata.json @@ -1,7 +1,7 @@ { "name": "ninja-one", "displayName": "NinjaOne", - "version": "1.1.10", + "version": "1.1.11", "author": { "name": "SquaredUp Labs", "type": "labs"