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 640 of 640

Add SQL Query History

There is no way to see the history of SQL queries on a particular IRIS server. it'd be good to have for debugging and performance improvement helper. Yes, there are statements with Frozen parameters available, but sometimes one needs to see the ex...
Evgeny Shvarov 2 months ago in Developer Experience / InterSystems IRIS 0 Needs review

Security Import/Export from Management Portal

Add Import/Export options from the Management Portal for Security configurations. In many customers the access of the users to the Terminal is blocked for security policies and they can't export/import configurations among environments. Including ...
Luis Angel PĂ©rez Ramos about 1 month ago in Developer Experience / InterSystems IRIS 0 Needs review

"Hello world" in ObjectScript

Learning Goal: Write and execute basic commands in ObjectScript, the native language of IRIS. Target Audience: People completely new to ObjectScript and IRIS Key Concepts: Using the IRIS terminal, SET for variables, WRITE for output, basic Global ...
Iryna Mykhailova 18 days ago in Tutorials 0 Needs review

Publish the InterSystems IRIS Native SDK for Node.js on npm

People building Node.js apps commonly use npm as the place they get packages they depend on. Not being able to get the files needed for InterSystems IRIS Native API for Node.js from there adds friction which probably results in some lost opportuni...
John Murray over 3 years ago in InterSystems IRIS 3 Implemented

Create a Docker image with material for InterSystems IRIS onboarding

Getting started with InterSystems IRIS is not so easy. There are so many possibilities and for a new dev it could be confusing,and the existing documentation is sparse and not exhaustive.Moreover, ObjectScript has changed a lot over the years, so ...
Pietro Di Leo 4 months ago in Initial Developer Experience / InterSystems IRIS 0 In Progress

Support Extended Global References in Embedded Python iris.gref

Currently, "Namespace Hop" using iris.execute('zn "NS"') or manually pass namespace arguments to other classes just to read a global from a different namespace. ObjectScript (Easy): set data = ^|"USER"|Test("Data", 1) Python (Fails): iris.gref...
Ashok Kumar T about 1 month ago in InterSystems Products 0 Needs review

Allow form JSON Objects with variables without parentesis

Currently ObjectScript needs developers to use parenthesis when embedding variables into JSON, e.g. we set authToken and respUser variables and return it in JSON result of a method : quit {"token":(authToken),"user":(respUser)} But it is more obvi...
Evgeny Shvarov about 2 months ago in Developer Experience / InterSystems IRIS 1 Will not implement

Add "where" clause to SQL Data Export in management portal

Allow user to specify a where clause when doing a data export so the export can be filtered instead of being a full dump of the specified table.
Lori Fassman 3 months ago in Developer Experience / InterSystems IRIS 0 Needs review

Add an "Add Server to VS Code" Option to System Tray Icon

There could be an option from the system tray icon to add a server to Visual Studio Code. When clicked, it could add the selected server to the InterSystems Server Manager extension of Code by editing the "intersystems.servers" node of settings.js...
David Hockenbroch 5 months ago in Initial Developer Experience / InterSystems Products 0 Future consideration

Add pool size in production configuration page

Pool size used to be displayed in Production Configuration page in Management Portal in old version of Ensemble, unfortunately this (IMHO very important) information is now missing. To get the pool size you need to click in each and every host in ...
Enrico Parisi about 1 year ago in Developer Experience / InterSystems IRIS 2 Implemented