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

Feedback

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 about 4 years ago in Atlas Triggers and Functions 0 Submitted

Switch for returning encrypted blob when providing old DEK

When rotating keys, we would like the option to still be able to fetch old documents with fields encrypted with an old DEK, exactly like what happens when we're querying documents without a DEK at all. This could be done with a bool switch when se...
Guest over 2 years ago in FLE and Queryable Encryption 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 over 3 years ago in Atlas Triggers and Functions 0 Submitted

Add Trigger call for failed/unsuccessful login

We can have a trigger that fires based on a wrong password. For examples, as an user If I enter wrong password then it should be handled using some trigger. I have already opened a case on mongodb support : https://support.mongodb.com/case/0093...
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 over 1 year ago in Atlas Triggers and Functions 0 Submitted

Configure Realm notifications

Currently only all project owners of the Atlas project in where your Realm app situates will receive notification of suspended trigger. This currently cannot be customized. We want to have the possibility to configure the notifications to include ...
Guest over 5 years ago in Atlas Triggers and Functions 0 Submitted

Postman snippet generator

Working with the http library has been the most frustrating part of working with Realm functions. Postman has an awesome "generate code snippet" feature, with lots of options like Axios and Unirest. It would great if I didn't have to manually conv...
Guest over 5 years ago in Atlas Triggers and Functions 0 Future Consideration

Provide a Debian 11.0 ARM 64 Crypt Shared library

There is no ARM 64 version of the Crypt Shared library available for Debian 11.0 here: https://www.mongodb.com/download-center/enterprise/releases
Guest about 3 years ago in FLE and Queryable Encryption 0 Submitted

Ability to set Values in Functions

Ability from webhooks and functions to call context.values.set() and set a value that can then be referenced somewhere later. This could dramatically cut back on calls to outside APIs as we need data in multiple places so we end up having to make ...
Guest almost 8 years ago in Atlas Triggers and Functions 0 Submitted

Support Multiple CRON Schedules Per Trigger

It's not uncommon to want different trigger schedules to run on different days of the week, notably weekdays and weekends. The current solution is to create separate triggers that call the same function, but ideally, a single trigger could support...
Guest about 3 years ago in Atlas Triggers and Functions 1 Submitted