Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here ! |
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 | Routine Usage | Field | Type | ||||||
---|---|---|---|---|---|---|---|---|---|
starting with 4.1.0 | headers | HttpHeader [] | |||||||
cookies | HttpCookie [] | ||||||||
parameters | HttpQueryParam [] | ||||||||
starting with 4.1.0 | key | string | |||||||
value | string | ||||||||
starting with 4.1.0 | name | string | |||||||
value | string | ||||||||
starting with 4.1.0 | name | string | |||||||
value | string | ||||||||
starting with 4.5.0 | host | string | |||||||
port | number | ||||||||
| from | string [] | |||||||
to | string [] | ||||||||
cc | string [] | ||||||||
subject | string | ||||||||
body | string | ||||||||
attachments | string [] | ||||||||
| id | string | |||||||
text | string | ||||||||
author | string | ||||||||
created | date | ||||||||
updatedBy | string | ||||||||
updated | date | ||||||||
securityLevel | string | ||||||||
| id | number | |||||||
name | string | ||||||||
description | string | ||||||||
lead | string | ||||||||
defaultAssignee | number | ||||||||
starting with v. 4.8.0.11 | id | number | |||||||
name | string | ||||||||
description | string | ||||||||
type | string | ||||||||
| file | string | |||||||
name | string | ||||||||
mimeType | string | ||||||||
| to | string [] | |||||||
cc | string [] | ||||||||
bcc | string [] | ||||||||
subject | string | ||||||||
message | string | ||||||||
from | string | ||||||||
attachments | JEmailAttachment [] | ||||||||
plainText | boolean | ||||||||
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 | ||||||||
| id | number | |||||||
name | string | ||||||||
direction | number | ||||||||
description | string | ||||||||
issue | string | ||||||||
| name | string | |||||||
value | string [] | ||||||||
| DN | string | |||||||
attributes | JLdapUserAttribute [] | ||||||||
starting with v. 4.8.0.11 | loginCount | number | |||||||
lastLogin | date | ||||||||
failedLoginCount | number | ||||||||
lastFailedLogin | date | ||||||||
| id | number | |||||||
key | string | ||||||||
name | string | ||||||||
description | string | ||||||||
lead | string | ||||||||
url | string | ||||||||
unassignedByDefault | boolean | ||||||||
avatarId | number | ||||||||
category | string | ||||||||
project type | string | ||||||||
| fieldId | string | |||||||
fieldName | string | ||||||||
fieldPosition | number | ||||||||
tabName | string | ||||||||
tabPosition | number | ||||||||
| key | string | |||||||
username | string | ||||||||
displayname | string | ||||||||
string | |||||||||
active (starting with version 4.8.0.11) | boolean | ||||||||
| id | number | |||||||
name | string | ||||||||
description | string | ||||||||
projectKey | string | ||||||||
startDate | date | ||||||||
releaseDate | date | ||||||||
archived | boolean | ||||||||
released | boolean | ||||||||
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 | ||||||||
starting with 4.5.0 | name | string | |||||||
values | string [] | ||||||||
starting with 4.5.0 | queryParams | WebhookParam [] | |||||||
httpMethod | string | ||||||||
payload | string | ||||||||
JFieldValue coming soon (in our next deploy) | fieldName | string | |||||||
values | string [] |