Versions Compared

Key

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

...

Expand
titleExamples

Feature.errors > 0

Could be used to find incorrectly entered text

image-20241013-160215.png

Or structurally incorrect data tables

image-20241013-160718.png

Feature.lines

Type - Number

Description: total lines in a Feature

Expand
titleExamples

Feature.lines > 100
Could be used to find overly long Features that should perhaps be split

image-20241014-084643.pngImage Added

Feature.lastUpdatedDate

Type - Date

Description: the time and date the last time the Feature was updated by any user

Expand
titleExamples

Feature.lastUpdatedDate > startOfWeek()

Could be used to find all Jira issues where the Feature was updated since the start of the week

image-20241014-085612.pngImage Added

Feature.lastUpdatedDate > startOfDay(9h)

Could be used to find all Jira issues where Feature has been updated since 9:00AM of current day

image-20241014-085856.pngImage Added

Feature.lastUpdatedBy

Type - User

Description: the user who last updated the Feature

Expand
titleExamples

Feature.lastUpdatedBy = currentUser()

Could be used to find all Jira issues where I (current user) was the last to update the Feature

image-20241014-091549.pngImage Added

Feature.updatedBy

Type - User

Description: any user that made at least one update to the Feature

Expand
titleExamples

Feature.updatedBy = currentUser()

Could be used to find all Jira issues where I (current user) made at least one update to the Feature

image-20241014-105134.pngImage Added

Built-in Editor Search

When in Gherkin Text Editor mode use the toolbar button highlighted below to show the built-in search pop up box in the top right of the editor