githubbob42 / mingle2github2

0 stars 1 forks source link

Support Range queries with FX_FIND #5859

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

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

githubbob42 commented 5 years ago

Feature: #5429 Field Updates in Mobile (Mingle)