Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The job's AdmissionTimeScheme know of periods such as WeekdayPeriod, MonthlyDatePeriod, MonthlyLastWeekdayPeriod etc.
Desired Behavior
- Users would like to further limit admission times by month range.
- The given periods in the AdmissionTimeScheme should be applied to certain months only.
- For example to apply different periods to the month range of April to June and to November of each year:
"admissionTimeScheme": { "restrictedSchemes": [ { "restriction": { "TYPE": "MonthRestriction", "months": [4, 5, 6] }, "periods": [...] }, { "restriction": { "TYPE": "MonthRestriction", "months": [11] }, "periods": [...] } ] }
Attachments
Issue Links
- is related to
-
JOC-2101 Add month range to Admission Times of Job Instruction and Cycle Instruction
-
- Released
-