We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: