Open githubbob42 opened 5 years ago
Mobile has no built in way of handling range queries (date comparisons) for the FX_FIND operator.
Create a Field Action which uses FX_FIND with a date comparison.
{{ 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 }}
Developers: Fill in this section during code review.
Mingle Card: 6225 Description
Mobile has no built in way of handling range queries (date comparisons) for the FX_FIND operator.
Acceptance Criteria
Create a Field Action which uses FX_FIND with a date comparison.
Analysis
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 }}
Impact Analysis
Developers: Fill in this section during code review.
Test Plan