Open githubbob42 opened 5 years ago
As an admin supporting sync I need information related to background sync to determine is any action is needed.
Acceptance Criteria
TBD
We are fairly certain fxlogs doesn’t have the tooling to handle background sync.
{{ 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: 6062 Narrative
As an admin supporting sync I need information related to background sync to determine is any action is needed.
Acceptance Criteria
TBD
Analysis
We are fairly certain fxlogs doesn’t have the tooling to handle background sync.
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