---
title: "Sprint interface"
canonical: "https://support.appfire.com/space/JMWE/461439779/Sprint%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the [Sprint](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/package-summary.html) interface you can use on a Sprint, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/display/JMWE/Accessing+the+fields+of+an+issue) when you [access the Sprint field](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/461702032/Pre-defined+custom+fields#Pre-definedcustomfields-Sprint).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| [getName](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/Sprint.html#getName())`()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | Name of the Sprint |
| [getId](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/Sprint.html#getId())`()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The Sprint ID |
| [getStartDate](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/Sprint.html#getStartDate())`()` | [Timestamp](http://download.oracle.com/javase/6/docs/api/index.html?java/sql/Timestamp.html) | Start date of the Sprint |
| [getEndDate](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/Sprint.html#getEndDate())`()` | [Timestamp](http://download.oracle.com/javase/6/docs/api/index.html?java/sql/Timestamp.html) | End date of the Sprint |
| [getCompleteDate](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/Sprint.html#getCompleteDate())`()`` ` | [Timestamp](http://download.oracle.com/javase/6/docs/api/index.html?java/sql/Timestamp.html) | Completion date of the Sprint |
| [isClosed](https://docs.atlassian.com/jira-software/6.0.7/com/atlassian/greenhopper/service/sprint/Sprint.html#isClosed())`()` | [Boolean](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Boolean.html) | True if the Sprint is Closed |
| `getState()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | State of the Sprint |
| `isActive()` | [Boolean](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Boolean.html) | True of the Sprint is Active |
| `isFuture()` | [Boolean](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Boolean.html) | True of the Sprint is Future |