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

Ideas

Showing 169 of 629

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 3 months ago in Developer Experience / Initial Developer Experience 0 Community Opportunity

Dark Mode for Management Portal

1️⃣ Description of the idea A dark/light mode toggle button in the Management Portal header that swaps the entire SMP between those themes. 2️⃣ Who is the target audience? Developers and admins using our SMP day to day who love dark mode and a...
Vishal Pallerla 9 months ago in Initial Developer Experience / InterSystems Products 3 Future consideration

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 about 2 months ago in Documentation / Generative AI / Initial Developer Experience / InterSystems IRIS 0 Needs review

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 26 days ago in Developer Experience / InterSystems IRIS Interoperability 1 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 18 days 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 29 days ago in Developer Experience / InterSystems IRIS 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 about 2 months ago in Developer Experience / InterSystems IRIS 0 Needs review

Light version InterSystems IRIS

Develop a light version for InterSystems IRIS. It is a fact that IRIS, today, includes several improvements and new functionalities, however, like "all" software evolution, it also requires heavier hardware resources. Not all applications need all...
Andre Larsen Barbosa over 2 years ago in Initial Developer Experience / InterSystems IRIS 4 Done by Community

Allow export to new xlsx format from BI

No description provided
Bohuslav Potocnak 29 days ago in Developer Experience / InterSystems IRIS BI 3 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 1 month ago in Developer Experience / InterSystems IRIS 1 Will not implement