Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

ADD A NEW IDEA

InterSystems Products

Showing 441 of 611

Enable Schema Validation for REST APIs Using Swagger Definitions

Enforce Automatic schema validation for Spec-First REST implementations 1️⃣ Description of the idea Enable automatic schema validation of incoming request bodies in REST APIs defined using Swagger/OpenAPI 2.0 when the request body is declared in ...
Ashok Kumar T 7 months ago in InterSystems Products 3 Done by Community

Code snippets library

The Studio has a tab where you can add code snippets on your local machine (with a very small amount of code snippets already present). It would be nice to build a library of code snippets on the community site to perform a variety of tasks like u...
Danny Wijnschenk over 3 years ago in Initial Developer Experience / InterSystems IRIS 14 Community Opportunity

Add a "mentor mode" to Management portal

Introduce an optional "mentor mode" for the Management portal (switched on by default for new installations) that detects common setup mistakes / best practices, and provides a pop-up to draw attention to them. For example, if the user sets %All i...
Iryna Mykhailova 3 months ago in Initial Developer Experience / InterSystems IRIS 0 Future consideration

DeepSee.KPI enhancements

There are actually three suggestions, but they all relate to KPIs (link to what these are below). %DeepSee.KPI https://docs.intersystems.com/iris20252/csp/documatic/%25CSP.Documatic.cls?LIBRARY=%25SYS&CLASSNAME=%25DeepSee.AbstractKPI 1. Provid...
Dmitrij Vladimirov 4 months ago in Developer Experience / InterSystems IRIS BI 0 Needs review

Creation of Workflow Task based on Error

It would be helpful when an error message happens within HealthShare Interoperability, that the error message is sent to a Workflow Task List, or some other Task List for users outside of Interoperability to work off of to correct errors instead o...
Scott Roth 3 months ago in InterSystems HealthShare 0 Needs review

AI Log Analytics & Predictive Anomaly Detection for Interoperability

Problem Operational issues (bad data, unusual traffic spikes, rising error rates) are discovered too late, after queues back up or downstream systems fail. Current Event Log, Message Viewer, and Visual Trace are excellent for investigation, bu...
Tirthankar Bachhar 3 months ago in Developer Experience / Generative AI / InterSystems IRIS 0 Needs review

AI Interface Builder (AskISC): Generate full Productions from specs or Excel

Problem Implementing new interfaces still takes many hours: picking the right adapters, scaffolding Business Service/Process/Operation classes, authoring Rule Sets, and writing DTLs. Specs often live in Excel, emails, or PDFs and must be translate...
Tirthankar Bachhar 3 months ago in Initial Developer Experience / InterSystems IRIS 0 Needs review

Streaming JSON Parsing Support

1️⃣ Description of the idea Introduce new methods that allow streaming JSON parsing rather than reading the entire JSON into memory first. This approach would process JSON objects or arrays incrementally, converting them to DAO (Data Access Object...
Ashok Kumar T 8 months ago in InterSystems Products 0 Future consideration

Simplify classnames calls in ObjectScript

Currently everyone use ##class(classname).methodname() to call it. e.g. do ##class(Sample).ClassMethod() This is one of the painful moments about ObjectScript for developers. Can we introduce a parallel support of more simplified way, as: #classna...
Evgeny Shvarov over 3 years ago in Developer Experience / InterSystems IRIS 0 Ideas Contest

See globals size in Management Portal.

In System > Globals it would be helpful to see the globals sizes, and be able to sort them by this new column.
Sylvain Guilbaud almost 2 years ago in InterSystems IRIS 3 Will not implement