Change query for rendering jobExecutions
Description
Environment
None
Potential Workaround
None
Attachments
2
defines
has to be finished together with
relates to
Checklist
hideTestRail: Results
Activity
Show:

Kruthi VuppalaSeptember 4, 2020 at 6:24 PM
Verified on folio-testing

Viktor SorokaSeptember 4, 2020 at 3:16 PMEdited
Changes are already available on folio-testing.
Done
Details
Assignee
Viktor SorokaViktor SorokaReporter
Kruthi VuppalaKruthi VuppalaTester Assignee
Magda ZacharskaMagda ZacharskaPriority
P3Story Points
1Sprint
NoneDevelopment Team
ConcordeFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee

Reporter

Tester Assignee

Priority
Story Points
1
Sprint
None
Development Team
Concorde
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 5, 2020 at 2:41 PM
Updated October 14, 2020 at 8:43 PM
Resolved September 4, 2020 at 6:24 PM
Overview
In scope of we are going to modify the job completion status from "SUCCESS" to "Completed" and "Completed with errors". UI fetches the job executions with query query=status=(SUCCESS%20OR%20FAIL)%20sortBy%20completedDate/sort.descending&limit=25
This story is to handle the change in the query to use "COMPLETED" and "COMPLETED_WITH_ERRORS" and not SUCCESS
Acceptance Criteria
Query is changed
Unit tests updated
Note: Must be merged along with