Open githubbob42 opened 5 years ago
see #5843 for custom metadata objects needed
Forms to create new records need a way to set lookup values via mobile workflow rules.
A mobile field update can be configured to set a lookup field to a queried value
Add new pre-processor directives to allow resolution of lookup values by a user defined filter (and pick first match)
{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}
{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}
Mingle Card: 5856 Narrative
see #5843 for custom metadata objects needed
Forms to create new records need a way to set lookup values via mobile workflow rules.
Acceptance Criteria
A mobile field update can be configured to set a lookup field to a queried value
Analysis
Add new pre-processor directives to allow resolution of lookup values by a user defined filter (and pick first match)
Related Stories
Tasks
{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}
Defects
{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}
Test Plan