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

Showing 67 of 4027

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 over 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 almost 6 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 over 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 about 4 years 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 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

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