Skip to end of banner
Go to start of banner

Predefined structure types

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Next »

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'.

NameFieldType

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

securityLevelstring

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

JLdapUserAttribute []

name

string

valuestring []
JUser

starting with 3.0.1


keystring
usernamestring
displaynamestring
emailstring

JWorkflow

starting with 4.8.0.9


id

string
namestring
modestring
typestring

assocIssueType

string
activeboolean
statusesstring[]
transitionsstring[]

JWorkflowAction

starting with 4.8.0.9

namestring
fromStatusstring
conditionsstring[]
validatorsstring[]
postFunctionsstring[]

JWorklog

starting with 3.0.2


idnumber
authorstring
startDatedate
timeSpentinterval
commentstring
issuestring
JComponent

starting with 3.0.2


idnumber
namestring
descriptionstring
lead

string

defaultAssigneenumber

JIssueLink

starting with 3.0.13 for Jira 6.x and 3.1.0 for Jira 7.x




idnumber
namestring
direction

number

description (starting with 3.1.1 for Jira 7.x)

string
issuestring

JFieldChange

starting with 4.0.0

userstring
changeDatedate
fieldstring
oldValstring
newVal

string

oldValString (starting with v. 4.8.0.8)string
newValString (starting with v. 4.8.0.8)string
idnumber
namestring
descriptionstring
ownerstring
querystring

fromstring []
tostring []
ccstring []
subjectstring
bodystring
attachmentsstring []

JEmailMessage

starting with 3.0.5

tostring []
ccstring []
bccstring []
subjectstring
messagestring
fromstring
attachmentsJEmailAttachment []

JEmailAttachment

starting with 3.0.5

filestring
namestring
mimeTypestring

HttpRequest

starting with 4.1.0



headersHttpHeader []
cookiesHttpCookie []
parametersHttpQueryParam []

HttpHeader

starting with 4.1.0


keystring
valuestring

HttpCookie

starting with 4.1.0


namestring
valuestring

HttpQueryParam

starting with 4.1.0


namestring
valuestring

HttpProxy

starting with 4.5.0


hoststring
portnumber

WebhookPayload

starting with 4.5.0

queryParamsWebhookParam []
httpMethodstring
payloadstring

WebhookParam

starting with 4.5.0

namestring
valuesstring []
  • No labels