There was an error while loading. Please reload this page.
1 parent 53d535b commit 29728c2Copy full SHA for 29728c2
1 file changed
docs/api/apiv3/tags/sprints.yml
@@ -23,8 +23,10 @@ description: |-
23
| id | Sprint id | Integer | x > 0 | READ |
24
| name | Sprint name | String | not null | READ |
25
| description | | Formattable | | READ |
26
- | startDate | | Date | | READ |
27
- | finishDate | | Date | | READ |
+ | startDate | Date when the sprint is planned to start | Date | | READ |
+ | finishDate | Date when the sprint is planned to end | Date | | READ |
28
+ | startedAt | Time when the sprint actually started | DateTime | | READ |
29
+ | completedAt | Time when the sprint actually ended | DateTime | | READ |
30
| createdAt | Time of creation | DateTime | not null | READ |
31
| updatedAt | Time of the most recent change to the sprint | DateTime | not null | READ |
32
name: Sprints
0 commit comments