Versions Compared

Key

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

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Redirect
delay3
filename
locationhttps://docs.meta-inf.hu/jeti-cloud/general/email-this-issue-for-jira-cloud-api/email-this-issue-for-jira-cloud-api-for-velocity-context-objects

Note
titleDocumentation moved

Thank you for visiting our old product documentation site. Note that we are in the process of migrating our product documentation and soon we will not store or update our documentation here. 

Please navigate to our new documentation site and update your bookmarks accordingly. If you're looking for the former content of this page, click here.

Velocity Context offers many objects for templates. Find the list of variables with explanations here: Customizable Email Templates#VelocityContextforTemplates.

...

Attribute NameTypeDescription
userKey

String

Internal key of the user it is unique to the users.
username
StringLoginname of the user
email
StringEmail address of the user

displayName
StringDisplay name of the user
active
booleantrue if the user account is active in Jira
avatar24
avatar32
avatar48
StringURLs to user avatars in different sizes.

...

Attribute NameTypeDescription
idLong
nameString
keyString
projectTypeKeyString

IssueType

Attribute NameTypeDescription
idLong
nameString
subtaskboolean
iconUrlString

Status

Attribute NameTypeDescription
idLong
nameString
descriptionString
iconUrlString
categoryKeyString
categoryColorNameString


Priority

Attribute NameTypeDescription
idLong
nameString
descriptionString
iconUrlString

Resolution

Attribute NameTypeDescription
idLong
nameString
descriptionString

Timetracking

Attribute NameTypeDescription

originalEstimate

String
remainingEstimateString
timeSpentString
originalEstimateSecondsLong
remainingEstimateSecondsLong
timeSpentSecondsLong

Attachment

Attribute NameTypeDescription
idLong
contentIdString
filenameString
mimeTypeString
createdDate
sizelong
contentUrlString
thumbnailUrlString
hashString

Component

Attribute NameTypeDescription
idLong
nameString

Version

Attribute NameTypeDescription
idLong
nameString

CustomFieldValue

Attribute NameTypeDescription
customField67403779Reference to the CustomField
renderedValueStringThe value in html as visible in Jira 
valueT

Contains the raw value of the field.

Type is the type of declared in Jira. One of

  • Date
  • String
  • User
  • Collection<User>

...