Skip to main content

Issues and PRs > Sprint | State

Arnaud Lachaume avatar
Written by Arnaud Lachaume
Updated over 2 weeks ago

Dataset: Issues & Pull Requests

Entity: Issues

Field ID: sprint_state

Type: Datetime

Description: The status of the attached sprint. Possible values are:

  • ACTIVE the sprint is in progress.

  • CLOSED the sprint has been closed.

  • FUTURE the sprint is scheduled to start in the future.

Source: App

Transformation logic

The attached sprint is evaluated as such:

  • If the issue has an ACTIVE or FUTURE sprint (can only have one of the two), then use this sprint.

  • If the issue only has CLOSED sprints, take the last closed/completed sprint

From:

Github (PRs, Issues)

Repositories: N/A
​Projects:

  • ACTIVE if the iteration is current

  • CLOSED if the iteration end date is in the past

  • FUTURE if the iteration start date is in the future.

Gitlab (PRs, Issues)

N/A

Bitbucket (PRs)

N/A

JIRA (Issues)

sprints(last).state

ClickUp (Issues)

N/A

Trello (Issues)

N/A

Did this answer your question?