Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page properties
hiddentrue
id0
Jira expression field code

issue?.closedSprints?.map(s =>s> s.name)

Example outputStart, MVP
Output data type

Status
subtletrue
titletext list

Type

Status
subtletrue
colourRed
titleread-only

Available since
Tabs Container
directionhorizontal
Tabs Page
titleJira expression
Code Block
titleField code
linenumberstrue
issue?.closedSprints?.map(s =>s> s.name)
UI Text Box
typenote

Closed sprints are stored in lists. Documentation on how to work with lists can be found here.

You can access the whole link by issue?.closedSprints[0] which returns an Issue object, issue?.closedSprints will return a list of objects.

Read


Page properties
id1
Returned valueThe list of names of all past sprints the issue belonged to.  If the issue is no Epic, null is returned.
Output data type

Status
subtletrue
titletext list

Example outputStart, MVP