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

Developer Experience

Prettier plugin for ObjectScript

Prettier is an opinionated code formatting CLI. It would be great if it supported ObjectScript so teams could enforce consistent code styles on an entire codebase using git.
Brett Saviano 4 months ago in Developer Experience / Initial Developer Experience 0 Community Opportunity

Add Category to Extended Criteria in Message Viewer

Oftentimes when issues with real-time integrations are reported to Integration Analysts, troubleshooting the integration is more complex than simply searching across one interface. For example, if an order is missing, we know that many target appl...
Jennifer Dennis about 2 months ago in Developer Experience / InterSystems IRIS Interoperability 1 Needs review

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 3 months ago in Developer Experience / InterSystems IRIS 0 Needs review

Add error output to %File.RemoveDirectoryTree()

The documentation for using RemoveDirectoryTree says that there is no output argument for returning a system error code. I would like to see one added, especially since the error output on other functions tends to be a %DynamicArray type which wou...
Robbie Luman about 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

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

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

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 2 months ago in Developer Experience / InterSystems IRIS 1 Will not implement

Superset language for ObjectScript

With the coming of dynamic objects I feel that at this point we need something that ressembles TypeScript. So my suggestion is for having a superset language that can be transpiled to either classes or routines, whichever fits the bill. The idea i...
Rubens Silva 3 months ago in Developer Experience / InterSystems IRIS 0 Needs review

Add a compiler flag to disable accidental code formatting

Add a compiler flag to relax or prevent the code from auto-formatting whenever a source file is imported and thus compiled, the reasoning for that is for preventing irrelevant changes from showing up in the source control such as: argument multi-l...
Rubens Silva 3 months ago in Developer Experience / InterSystems IRIS 1 Will not implement