Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Standard Types

httpDelete

Name

Routine Usage

Field

Type

HttpRequest

HttpCookie

name

string

value

string

HttpHeader

key

string

value

string

HttpProxy

host

string

port

number

HttpQueryParam

name

string

value

string

HttpRequest

headers

HttpHeader []

cookies

HttpCookie []

parameters

HttpQueryParam []

HttpHeader

key

HttpResponseInfo

class

string

statusCode

integer

errorMessage

string

value

reasonPhrase

string

HttpCookie

IncomingEmail

httpCreateCookie
name

from

string []

value

to

string []

HttpQueryParam

cc

httpCreateParameter

string []

name

subject

string

value

body

string

HttpResponseInfo

attachments

httpGetResponseInfo

string []

class

JApproval

string

statusCode

issueId

integer

errorMessage

name

string

reasonPhrase

decision

string

HttpProxy

createdDate

httpDelete

date

httpGet

completedDate

httpOptions

date

httpPatch

statusId

httpPost

string

  • httpPut

  • host

    approvers

    string[]

    port

    JBoard

    number
    IncomingEmail

    id

    getIncomingEmail

    integer

    from

    name

    string

    []

    to

    type

    string

    []

    cc

    swimlaneName

    string

    []

    subject

    epicsPanel

    string

    body

    cardColor

    string

    attachments

    issueCutOff

    string

    []

    savedFilterId

    integer

    showDaysInColumn

    boolean

    isSprintSupportEnabled

    boolean

    JComment

    id

    string

    text

    string

    author

    string

    created

    date

    updatedBy

    string

    updated

    date

    securityLevel

    string

    JComponent

    id

    number

    name

    string

    description

    string

    lead

    string

    defaultAssignee

    number

    archived

    boolean

    JCustomField

    id

    number

    name

    string

    description

    string

    type

    string

    JEmailAttachment

    file

    string

    name

    string

    mimeType

    string

    JEmailMessage

    to

    string []

    cc

    string []

    bcc

    string []

    subject

    string

    message

    string

    from

    string

    attachments

    JEmailAttachment []

    JFieldChange

    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

    string

    JFieldValue

    fieldName

    string

    values

    string []

    JFilter

    id

    number

    name

    string

    description

    string

    owner

    string

    query

    string

    JGeneric

    name

    string

    value

    string

    JIssueLink

    id

    number

    name

    string

    direction

    number

    description

    string

    issue

    string

    JLdapUserAttribute

    name

    string

    value

    string []

    JLdapUserStruct

    DN

    string

    attributes

    JLdapUserAttribute []

    JLogin

    loginCount

    number

    lastLogin

    date

    failedLoginCount

    number

    lastFailedLogin

    date

    JMoveIssueParams

    issueToBeMoved 

    issueToBeMoved

    string

    targetProject 

    targetProject

    string

    targetIssueTypeId 

    targetIssueTypeId

    string

    targetIssueStatusId 

    targetIssueStatusId

    string

    targetSubtaskIssueTypeId 

    targetSubtaskIssueTypeId

    string

    JProject 

    JProject

    id

    number

    key

    string

    name

    string

    description

    string

    lead

    string

    url

    string

    unassignedByDefault

    boolean

    avatarId

    number

    category

    string

    project type

    string

    JRequestType

    id

    integer

    portalId

    number

    issueTypeId

    number

    iconId

    number

    name

    string

    description

    string

    helpText

    string

    JScreenField

    fieldId

    string

    fieldName

    string

    fieldPosition

    number

    tabName

    string

    tabPosition

    number

    JServerInfo

    os

    string

    osVersion

    string

    osArch

    string

    javaHome

    string

    processors

    integer

    freeMemory

    string

    maxMemory

    string

    totalMemory

    string

    userName

    string

    userDir

    string

    userHome

    string

    rootInfo

    string

    JScreenField

    fieldId

    string

    fieldName

    string

    fieldPosition

    number

    tabName

    string

    tabPosition

    number

    JSlaCompletedCycle

    startTime

    date

    stopTime

    date

    breached

    boolean

    goalDuration

    number

    elepsedTime

    number

    remainingTime

    number

    JSlaInformation

    name

    string

    completedCycles

    JSlaCompletedCycle

    ongoingCycle

    JSlaOngoingCycle

    JSlaOngoingCycle

    startTime

    date

    breachedTime

    date

    breached

    boolean

    paused

    boolean

    withinCalendarHours

    boolean

    goalDuration

    number

    elepsedTime

    number

    remainingTime

    number

    JSprint

    id

    integer

    name

    string

    startDate

    date

    endDate

    date

    completeDate

    date

    goal

    string

    state

    string

    boardId

    integer

    JUser

    key

    string

    username

    string

    displayname

    string

    email

    string

    active

    boolean

    JVersion

    id

    number

    name

    string

    description

    string

    projectKey

    string

    startDate

    date

    releaseDate

    date

    archived

    boolean

    released

    boolean

    JWorkflow

    id

    string

    name

    string

    mode

    string

    type

    string

    assocIssueType

    string

    active

    boolean

    statuses

    string []

    transitions

    string []

    JWorkflowAction

    name

    string

    fromStatus

    string

    conditions

    string []

    validators

    string []

    postFunctions

    string []

    JWorklog

    id

    number

    author

    string

    startDate

    date

    timeSpent

    interval

    comment

    string

    issue

    string

    WebhookParam

    name

    string

    values

    string []

    WebhookPayload

    queryParams

    WebhookParam []

    httpMethod

    string

    payload

    string

    JFieldValue

    fieldName

    string

    values

    string []

    Insight Types

    Include Page
    Predefined Structure Types for Insight
    Predefined Structure Types for Insight

    Jira Service Desk Types

    Include Page
    Predefined Jira Service Management Structure Types
    Predefined Jira Service Management Structure Types

    Jira Software Types

    Include Page
    Predefined Jira Software Structure Types
    Predefined Jira Software Structure Types

    Tempo Types

    Include Page
    Predefined Structure Types for Tempo
    Predefined Structure Types for Tempo


    Content

    Table of Contents