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