Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Atlas Triggers and Functions

Showing 61

Use node modules in Functions

As far as I understand currently it is not possible to use node/npm modules is Functions. Would be great to have it.
Guest over 7 years ago in Atlas Triggers and Functions 1 Started

Add line number to function call error messages

A simple line number of where a function fails would be incredibly useful. And a function name would be important too for when a function calls another function.
Guest almost 5 years ago in Atlas Triggers and Functions 3 Submitted

Allow to pass user on Realm's Database Triggers

Currently I can create a Database Trigger, that when calling its Function I can restrict based on "%%user" - through "Can Evaluate". Though since the Function is called by a Trigger and therefore runs as a "system user" I cannot access the User ob...
Guest over 3 years ago in Atlas Triggers and Functions 2 Submitted

Support for arrayFilters in Functions

Can we add arrayFilters and other array update capabilities that already exist in MQL? Its is difficult to update arrays, and very easy to update an array in MQL in node.js for example.
Guest about 6 years ago in Atlas Triggers and Functions 3 Planned

Realm Trigger Event Projection should support exclusion

Realm triggers with a projections must include "operationType": 1. This makes excluding fields impossible because, according to the documentation: if you exclude fields, you cannot also specify the inclusion of fields The only work around we hav...
Guest almost 4 years ago in Atlas Triggers and Functions 2 Submitted

function sandbox

It would be great to have a function sandbox area, where you can write and called previously used functions (saved like notepad++ does) without having to create the function and commit it. This would be for trying thing out or performing quick t...
Guest over 5 years ago in Atlas Triggers and Functions 0 Submitted

Allow manually disabled trigger to resume without resume token

I am filing a feature request for the option to: Disable a trigger manually and be able to restart it without using a resume token (i.e. such that DB events that occurred while it was disabled will be ignored by the trigger, and it will simply sta...
Guest almost 6 years ago in Atlas Triggers and Functions 2 Planned

Trigger event queue metrics

We recently ran into the problem that our trigger was suspended because the resume token was no longer present in the oplog. The problem was a combination of queued up trigger events and a short oplog window and the suggested solution was to incr...
Guest almost 4 years ago in Atlas Triggers and Functions 0 Submitted

Data cluster pause & trigger suspension

Database trigger should be automatically suspended without error when the observed Data cluster is paused. Allowing the pause a data cluster without suspending the associated database trigger result in the triggers being suspended on error, and n...
Guest 11 months ago in Atlas Triggers and Functions 0 Submitted

Autocomplete references for Functions, value and environment variables

It would be tremendously helpful if while referencing a function or a value or an environment variable - the IDE will autocomplete the possible options, for better efficiency and mistakes reduction. Going back and forth around the UI or trying to ...
Guest almost 3 years ago in Atlas Triggers and Functions 0 Submitted