This routine is available starting with SIL Tempo Connector™ 4.8.0.6. Note that this routine is only available if the Tempo Planner add-on is installed.
Syntax
tempoAddAllocation(allocation)
Description
Routine adds a new Tempo Planner allocation.Returns true if the planning succeeded, false otherwise.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
allocation | Yes | The predefined structure containing all the necessary fields for allocation creation. |
The list of fields from the TempoAllocation structure that are taken into consideration when creating the allocation:
scopeId | number | |
scopeType | string | list of values: "account", "board", "project", "team", "folio", "none" |
planItemId | number | |
planItemType | string | list of values: "component", "epic", "issue", "project", "sprint", "version" |
assignee | string | |
assigneeType | string | list of values: "team", "user" |
commitment | number | |
description | string | |
workPerDay | number | number of hours |
includeNonWorkingDays | boolean | |
startDate | date | |
endDate | date | |
recurring | boolean | |
recurrenceRule | string | list of values: "NEVER", "WEEKLY", "BI-WEEKLY", "MONTHLY" |
recurrenceEnds | date | |
planApprovalReviewer | string |
Return type
bool
See also
Filter by label
There are no items with the selected labels at this time.