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

All ideas

Showing 610 of 610

Implement "Search in file" in Visual Studio Code for files in IRIS server

In the old Studio using ctrl+shift+f you were able to search text inside the files located on the server. This functionality is missed in Visual Studio Code and would be really useful.
Luis Angel Pérez Ramos 5 months ago in InterSystems Resources for Developers 3 Needs review

Break down IRIS in microservices

The objective is to decompose the IRIS monolith into independently scalable microservices within a cloud-native architecture. For instance, the OAuth2 server could be scaled independently without deploying additional full IRIS instances. These mic...
Dorian Tetu 7 months ago in InterSystems IRIS 1 Will not implement

Integrate InterSystems IRIS with SQLancer for Automated SQL Testing and Validation

SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has fou...
Dmitry Maslennikov 7 months ago in Developer Experience / InterSystems IRIS 1 Done by Community

IRIS Native JSON Schema Validator

Native JSON schema validator classes in IRIS 1️⃣ Description of the idea Introduce native JSON Schema validator classes in IRIS that allow developers to validate JSON data against a predefined JSON Schema. This would enable built-in support for st...
Ashok Kumar T 7 months ago in Developer Experience / InterSystems Products 2 Done by Community

Encoding in SQL functions

Introduce SQL functions like TO_BASE64(), FROM_BASE64(), and UUID() to enable data encoding, decoding, and unique identifier generation. 1️⃣ Description of the idea Add built-in SQL functions to the InterSystems SQL engine for common utility tasks...
Ashok Kumar T 7 months ago in InterSystems Products 0 Future consideration

IRIS for Health Blockchain connector

To develop a Connector enabling the seamless export of health data from Intersystems IRIS for Health to a blockchain repository, empowering patients with control over their own health data. This solution ensures data integrity, transparency, and s...
Johni Fisher about 1 year ago in Developer Experience / InterSystems IRIS 2 Community Opportunity

Enhance JSON Adaptor with Case-Insensitive Field Mapping

The current JSON adaptor implementation, the property name or %JSONFIELDNAME is treated as a constant and case-sensitive when importing JSON into an object. This means the JSON key must match exactly or match with the xData Mapping. To improve fl...
Ashok Kumar T 7 months ago in InterSystems Products 1 Will not implement

Configurable processing of messages

When dealing with changes, it would be great if you could configure a business process or operation to only process N number of messages. We are regularly asked to only allow a few messages through to enable a supplier to verify everything is ok t...
Lewis Houlden 9 months ago in Developer Experience / InterSystems HealthShare 1 Ideas Contest

SQL: Undefined error with IN

CREATE TABLE t0(c0 BIT );SELECT * FROM t0 WHERE (c0 IN (c0, c0, c0, c0)); produces error SQL Error [400] [S1000]: [SQLCODE: <-400>:<Fatal error occurred>] [Location: <Prepare>] [%msg: <<UNDEFINED>in+4^%qaqpnl *mt("v","4"...
Dmitry Maslennikov about 2 months ago in Bug reports 2 Implemented

BPL, DTL, Business Rule Editor in VSCode

Today is painfull when we use BPL, DTL and Business Rule in projects that the IDE is VSCode.
Cristiano Silva over 3 years ago in Developer Experience / InterSystems IRIS 4 In Progress