Versions Compared

Key

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


Page properties



Status
Tech review

Status
titletodo

Style guide

Status
titletodo


Status
titletodo

Status
colourGreen
titledone

Status
colourRed
titleflagged


Panel

On this page

Table of Contents
exclude(On this page).*
stylecircle
typeflat
separatorpipe




Image ModifiedOverview

One of the most important features of JWT is the easy accessibility to Jira data stored in system fields, custom fields and a significant number of other virtual fields that are made available by the JWT implementation.

You can access, validate, do mathematical calculations and manipulate the values found in these fields through the use of field codes 

UI Text Box
typeinfo

A field code is a unique identifier (key) that can be used in any parser expression. At the same time a field code is a safety feature that makes your expressions immune to custom field renaming

Field codes are available for:

  • readable fields
  • writable fields
  • virtual fields
  • issue, project and user properties



Image Added Field code notation

Depending on the context in which they are being used, field codes will contain a prefix following this notation{origin.field}.

What is the context?

The context basically determines where JWT will pull data from. Available contexts (or origins) in JWT are:

ContextDescriptionExamples
IssueThe most commonly used context. JWT will retrieve the data from the issue currently being processed (e.g. in a transition)


UI Expand
titleExamples


Code Block
issue.description

The description of the current issue.

Code Block
issue.description

The project lead of the project the current issue belongs to.


Parent

Seed


Trigger 

Status
colourBlue
titleautomation only



Selector

System