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 94

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

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 9 days ago in 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 13 days ago in InterSystems IRIS 1 Needs review

Allow to the community to choose one functionality developed by them to be included in the standard

InterSystems promote the development of functionalities that the standard doesn't have. Would be great if each year the community vote for the best implementation to be included in the core of the product. It would show that the work of the develo...
Luis Angel PĂ©rez Ramos 19 days ago in Developer Community 0 Needs review

Create standardized llms.txt documentation for InterSystems products to improve LLM code generation quality for ObjectScript, Caché, and IRIS development

ObjectScript and InterSystems technologies are underrepresented in LLM training data, leading to poor code generation, hallucinations, and incorrect syntax suggestions. A standardized llms.txt file would provide LLMs with authoritative, structured...
Jan Miesbauer 20 days ago in Generative AI 0 Needs review

Fix "Daily Points!" to mimic old behaviour.

With the old Global Masters, the daily points rush reset at midnight of the new day (or so, never stayed up till midnight to check) but - for example - if I did my daily points rush at 4pm local on Tuesday, I could still get my Wednesday daily poi...
Roger Merchberger 21 days ago in Global Masters 0 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 29 days ago in InterSystems IRIS 0 Needs review

Implement support for Apache Flink CDC.

Apache Flink CDC is capable of synchronizing data between sources and destinations from transaction log files (Oracle logminer, MySQL binfile, etc.).The idea is to implement support for InterSystems IRIS using the IRIS Journal API.
Yuri Marx about 1 month ago in InterSystems IRIS 0 Needs review

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

Give Serial objects access to its parent

Sometimes (often?) it's handy to get a reference to the parent object of a serial object.It can be done by a explicit Parent property and an Add method on the parent, but I think it should be there out-of-the-box. Btw: why isn't there a category O...
Herman Slagman about 1 month ago in InterSystems IRIS 1 Needs review