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
As an admin, I can configure Price override config with a simple UI, so that I can avoid simple mistakes and errors.
Acceptance Criteria
The user can you a point and click interface with minimal technical knowledge to config price override configs.
We want to us a Visualforce page to configure this. The configuration should be stored as JSON in a field on Override Config.
{{ 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:
No branches or pull requests
Mingle Card: 6221
Narrative
As an admin, I can configure Price override config with a simple UI, so that I can avoid simple mistakes and errors.
Acceptance Criteria
The user can you a point and click interface with minimal technical knowledge to config price override configs.
Analysis
We want to us a Visualforce page to configure this. The configuration should be stored as JSON in a field on Override Config.
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: