Versions Compared

Key

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

UI Text Box
sizemedium
typeinfo

Use case

Return the groups of the assignee. The names of the groups will be only visible for the administrators and for the assignee.

Expression

Create and configure a Smart field using this expression inJira expression mode:

ExpressionDescription
Code Block
languagejs
linenumberstrue
issue.assignee?.
groupsThis example returns the
groups
of the assignee. The names of the groups will be only visible for the administrators and for the assignee.
Page properties
hiddentrue
Feature

Field type

Smart text field

Parsing mode

Jira expression

Expression
Code Block
languagejs
linenumberstrue
issue.assignee?.groups
Label
Use case description

Return the groups of the assignee.

Complexity

Status
colourGreen
titleBeginner
Â