# Jira Reference Below is a reference of enumerations used by some tools in the Jira MCP Server: ## SprintState Sprint states are used in the `Jira.ListSprints` tool to filter sprints. The following enumeration values represent the possible states supported by the Jira API, either individually or in combination: - **FUTURE**: `future` - **ACTIVE**: `active` - **CLOSED**: `closed` - **FUTURE_AND_ACTIVE**: `future_and_active` - **FUTURE_AND_CLOSED**: `future_and_closed` - **ACTIVE_AND_CLOSED**: `active_and_closed` - **ALL**: `all` ## PrioritySchemeOrderBy - **NAME_ASCENDING**: `name ascending` - **NAME_DESCENDING**: `name descending` ## IssueCommentOrderBy - **CREATED_DATE_ASCENDING**: `created_date_ascending` - **CREATED_DATE_DESCENDING**: `created_date_descending`