Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data CenterClick here and leave these dusty old pages behind !


Info
titleAvailability

This routine is available starting with SIL Engine™ 1.0.

Syntax

hasInput(customfield_id)
or
hasInput(keyword)

...

In addition you can use the isNull(timeSpent) routine to check whether the time was logged against the ticket before the transition.

Notes

Note

Custom fields must be referenced by id (customfield_id), while standard fields can be specified by one of the following keywords: summary, timetracking, security, attachment, reporter, environment, description, duedate. You can also check the Comment field, using the keyword comment.

The timetracking fields have different internal naming in this case, so you'll have to use the next mapping:

FieldKey
estimatetimetracking_originalestimate
originalEstimatetimetracking_remainingestimate
worklog start dateworklog_startDate
worklog time logged
worklog_timeLogged


...