Predefined Structure Types

Here is a list of predefined structures that are used throughout SILā„¢, usually with specific routines. Not enough for you? You can also define custom structures. Check our example in theĀ SyntaxĀ section and roll your own.

Note that the structure fields can be modified, but the changes are not saved in the database. If you change a field for a project version variable, the project version will not be affected. Simply put, the structures are 'detached'.

Name

Field

Type

Notes

Name

Field

Type

Notes

TempoAccount

id

integer

Ā 

key

string

Ā 

name

string

Ā 

lead

string

User (lead)

contact

string

Any contact for the customer set into the account

status

string

One of: OPEN, CLOSED, ARCHIVED

customer_id

integer

Ā 

customer_key

string

Ā 

customer_name

string

Ā 

category_id

integer

Ā 

category_key

string

Ā 

category_name

string

Ā 

monthly_budget

number

Ā 

global

boolean

Ā 

billable

boolean

Ā 

TempoAllocation

id

integer

Ā 

parentId

integer

Allocations are hierachical

scopeId

integer

Ā 

scopeType

string

list of values: "account", "board", "project", "team", "folio", "none"

planItemId

integer

Ā 

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

Ā 

createdBy

string

User who created it

created

date

Ā 

updatedBy

string

Ā 

updated

date

Ā 

recurring

boolean

Ā 

recurrenceRule

string

list of values: "NEVER", "WEEKLY", "BI-WEEKLY", "MONTHLY"

recurrenceEnds

date

Ā 

planApprovalId

number

Ā 

planApprovalReviewer

string

Ā 

TempoTeam

id

integer

Ā 

name

string

Ā 

mission

string

Ā 

summary

string

Ā 

lead

string

User (lead)

program_id

integer

Ā 

program_name

string

Ā 

program_manager

string

User, the Program Manager for the team