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
If and filter are cumbersome to use. Lets make it so users can just put in the formula they want to use.
{{#if formula=””}}{{/if}} should evaluate what is in expr.
These helpers with can only use the old method or the formula but not both.
{{ 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.
Use the attached template below
Test Result: Pass
Mobile PR: 2716
User: [email protected] / lastpass
Hardware: Dell XPS PC, IPAD Pro.
OS: Windows 10 & IOS 11
Browser: Chrome & Safari
https://dev.fieldfx.com/
Test Cases:
https://lfw.testrail.io/index.php?/cases/view/6951
https://lfw.testrail.io/index.php?/cases/view/6953
https://lfw.testrail.io/index.php?/cases/view/6952
Test Notes:
I was able to verify that the {{#if formula=””}}{{/if}} works using the attached templated.
-
- {{#each FX5__Ticket_Items__r}} {{#if formula="RecordType.DeveloperName == 'Labor'"}}Labor{{else}}NotLabor{{/if}} {{/each}}
I was able to create a report using the template and sync to back office
!clip-06dd-e6fa.png!{height: 485px; width: 950px;}
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Pull Request #3103
No branches or pull requests
Mingle Card: 6232
Narrative
If and filter are cumbersome to use. Lets make it so users can just put in the formula they want to use.
Acceptance Criteria
{{#if formula=””}}{{/if}} should evaluate what is in expr.
These helpers with can only use the old method or the formula but not both.
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
Use the attached template below
Test Result: Pass
Mobile PR: 2716
User: [email protected] / lastpass
Hardware: Dell XPS PC, IPAD Pro.
OS: Windows 10 & IOS 11
Browser: Chrome & Safari
https://dev.fieldfx.com/
Test Cases:
https://lfw.testrail.io/index.php?/cases/view/6951
https://lfw.testrail.io/index.php?/cases/view/6953
https://lfw.testrail.io/index.php?/cases/view/6952
Test Notes:
I was able to verify that the {{#if formula=””}}{{/if}} works using the attached templated.
-
-
{{#each FX5__Ticket_Items__r}}
{{#if formula="RecordType.DeveloperName == 'Labor'"}}Labor{{else}}NotLabor{{/if}}
{{/each}}
I was able to create a report using the template and sync to back office
!clip-06dd-e6fa.png!{height: 485px; width: 950px;}
The text was updated successfully, but these errors were encountered: