Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Works as designed
-
None
-
None
Description
Current Situation
The request for the last 7 days in the Jobs Summary on the dashboard asks for the last week
dateFrom in ./jobs/overview/summary's body
{"dateFrom": "-1w", ...}
instead of the last 7 days
dateFrom in ./jobs/overview/summary's body
{"dateFrom": "-7d", ...}
Since JOC-332 the interpretation of -w is different than -7d
Desired Behavior
The request for the last 7 days in the Jobs Summary should use
dateFrom in ./jobs/overview/summary's body
{"dateFrom": "-7d", ...}
Attachments
Issue Links
- is affected by
-
JOC-332 New interpretation of relative dates specified by +/-xw, +/-xM and +/-xy
- Released