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 |
---|---|---|
id | number | |
name | string | |
description | string | |
projectKey | string | |
startDate | date | |
releaseDate | date | |
archived | boolean | |
released | boolean | |
id | string | |
text | string | |
author | string | |
created | date | |
updatedBy | string | |
updated | date | |
securityLevel | string | |
id | number | |
key | string | |
name | string | |
description | string | |
lead | string | |
url | string | |
unassignedByDefault | boolean | |
avatarId | number | |
category | string | |
project type (starting with version 3.1.0) | string | |
DN | string | |
attributes | ||
name | string | |
value | string [] | |
key | string | |
username | string | |
displayname | string | |
string | ||
starting with 4.8.0.9 | id | string |
name | string | |
mode | string | |
type | string | |
assocIssueType | string | |
active | boolean | |
statuses | string[] | |
transitions | string[] | |
starting with 4.8.0.9 | name | string |
fromStatus | string | |
conditions | string[] | |
validators | string[] | |
postFunctions | string[] | |
id | number | |
author | string | |
startDate | date | |
timeSpent | interval | |
comment | string | |
issue | string | |
id | number | |
name | string | |
description | string | |
lead | string | |
defaultAssignee | number | |
id | number | |
name | string | |
direction | number | |
description (starting with 3.1.1 for Jira 7.x) | string | |
issue | string | |
starting with 4.0.0 | user | string |
changeDate | date | |
field | string | |
oldVal | string | |
newVal | string | |
oldValString (starting with v. 4.8.0.8) | string | |
newValString (starting with v. 4.8.0.8) | string | |
id | number | |
name | string | |
description | string | |
owner | string | |
query | string | |
from | string [] | |
to | string [] | |
cc | string [] | |
subject | string | |
body | string | |
attachments | string [] | |
starting with 3.0.5 | to | string [] |
cc | string [] | |
bcc | string [] | |
subject | string | |
message | string | |
from | string | |
attachments | JEmailAttachment [] | |
starting with 3.0.5 | file | string |
name | string | |
mimeType | string | |
headers | HttpHeader [] | |
cookies | HttpCookie [] | |
parameters | HttpQueryParam [] | |
key | string | |
value | string | |
name | string | |
value | string | |
name | string | |
value | string | |
host | string | |
port | number | |
queryParams | WebhookParam [] | |
httpMethod | string | |
payload | string | |
name | string | |
values | string [] |