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 IRIS

Showing 290

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 13 hours ago in 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 11 days ago in InterSystems IRIS 0 Needs review

Add Process Id to the Task Details page and allow stopping a task while running

Currently, the Task Details page within the Task Manager doesn't show the process id of the Task while it is running neither allows the user to stop the task while it is running. Many times I've seen tasks running forever due to bugs, bad queries ...
Pietro Di Leo 13 days ago in InterSystems IRIS 0 Future consideration

Use ISOS as acronym for InterSystems ObjectScript

The traditional acronym, COS (=Caché ObjectScript) is not really up-to-dateand appears to be rather unwelcome in an official context ISOS for InterSystems ObjectScript seems to be more appropriate
Robert Cemper 5 months ago in InterSystems IRIS 3 Community Opportunity

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 26 days ago in InterSystems IRIS 1 Will not implement

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 about 1 month ago in InterSystems IRIS 0 Needs review

Provide a single page view of free space in IRIS DBs

Actually, the information on free space in IRIS DBs requires many clicksand manual drilldown for each DB. +
Robert Cemper 6 months ago in InterSystems IRIS 1 Done by Community

Enhance CREATE DATABASE by adding WITH INTEROP and WITH ANALYTICS options

While it's very convenient to use the CREATE DATABASE command to quickly create a namespace with two databases suffixed with D for data and C for code, it would also be useful to add options to automatically make this namespace immediately availab...
Sylvain Guilbaud 22 days ago in 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 2 months ago in InterSystems IRIS 0 Needs review

Fix bugged %JSONIGNORENULL parameter implementation

The %JSONIGNORENULL parameter was working as documented up to version 2020, after that version it does not work anymore. The idea is to fix it as per documentation or, in case there are concerns in existing code that may rely on bugged implemen...
Enrico Parisi 9 months ago in InterSystems IRIS 0 Planned