-
Notifications
You must be signed in to change notification settings - Fork 34
Add JMESPath expression #4196
Copy link
Copy link
Open
Labels
area/logicrelated to logic/dynamics/expressionsrelated to logic/dynamics/expressionssquad/dataIssues that belongs to the named squad.Issues that belongs to the named squad.
Metadata
Metadata
Assignees
Labels
area/logicrelated to logic/dynamics/expressionsrelated to logic/dynamics/expressionssquad/dataIssues that belongs to the named squad.Issues that belongs to the named squad.
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
⚠️ Blocked
Our expression language needs a way to perform mapping and filtering on lists of objects. We have decided to add support for the JMESPath standard in the expression language in order to make that possible.
We need to add a function that accepts two arguments:
This function should return whatever the query evaluates to.
Example:
returns
["Ola", "Kari"].Relevant links
Acceptance criteria
jmespathfunction exists in our expression language