Export - CSV (All fields)
Export - CSV (Current fields)
SERVER-43874
Factor out change streams targeting logic in mongos away from normal aggregate targeting pathSERVER-29406
syntactic sugars for aggregationsSERVER-31992
getMore on tailable awaitData cursor doesn't attempt to fill batch on mongosSERVER-18423
Typo in aggregation $map and $filter error messagesSERVER-38454
Consider support for field renaming in $unwind stageSERVER-9604
Improve the error message if $last operator is used in _id field for $group operationSERVER-8892
Use $regex as the expression in a $condSERVER-12043
$unixDays, $unixYears, $unixHours like operator for Date Aggregation OperatorsSERVER-11998
Typo in aggregation error message for undefined variables: 'undefinded'SERVER-40117
"$exit" aggregation stage (with $cond operator support)SERVER-25596
Rename SplittableDocumentSource to NeedsMergerDocumentSourceSERVER-25590
Running an aggregate command with a non-array pipeline triggers an massertSERVER-24717
Rename ExpressionContext to AggregationExecContextSERVER-22912
Query OptimizerSERVER-20788
Ordering results from $in query -- can Aggregation handle this ?SERVER-5252
server fails on some requestSERVER-5125
Returning excessive results 64MB+ from aggregation gives a confusing error messageSERVER-11250
DBCommandCursor missing help() methodSERVER-11224
listCommands outdated help for aggregate commandSERVER-72121
Add $top/$bottom/$topN/$bottomN as expressionsSERVER-49217
$dateFromString behavior differs from Date()/ISODate()SERVER-49870
The 'as' parameter in $lookup could be optionalSERVER-53264
$listLocalSessions returns no results when executed on nonexistent database via mongosSERVER-53249
$addToSet changes the sequence while $push maintains array sequenceSERVER-51889
Introduce new stage to peek / debug a pipeline stage's outputSERVER-44441
aggregation framework should have a $find expressionSERVER-43357
FTDC ops writes not reflecting aggregation $outSERVER-44749
$lookup option to bypassSERVER-43855
Aggregation results aren't the same.SERVER-43400
Easier $group after $unwind when it is desired to just recombine all fieldsSERVER-43373
Capture last accessed datetime in $indexStatsSERVER-43221
Applying index makes aggregation query go significantly slowerSERVER-30270
$sum should be null when no fields/non numeric are foundSERVER-29621
$group by Objects (dictionary) is not reliableSERVER-29596
Allow projection of one or multiple ObjectID sub-components.SERVER-31406
Running aggregate cmd with explain:false is the same as cursor:{}SERVER-29454
$facet vs parallel queries ?SERVER-32141
Support for non-ASCII characters in $toLowerSERVER-32873
Incorrect handling of NumberLong in $pow functionSERVER-32496
Start tailing from the beginning of changes historySERVER-31650
Change streams do not correctly record diagnostics during initial aggregate commandSERVER-54462
Support $merge stage in transactionSERVER-52894
Why is the change stream feature supported only on replica sets?SERVER-52619
Performance Regression on 4.4 compared to 4.2 on Aggregate querySERVER-53503
Performance issue for $reduce vs. $mapSERVER-20284
Allow $cond to accept longer arraysSERVER-18725
Use PlanExecutor::enqueue() in favor of PipelineProxyStage::pushBack()SERVER-17835
Aggregation geoNear deprecated uniqueDocs warningSERVER-20163
aggregation: Should have a $zip operator to combine arraysSERVER-20251
sh.status() returns incomplete result.
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0