Skip to content

Commit 29728c2

Browse files
committed
[AGILE-406] doc: sprint.started_at & completed_at API tags
1 parent 53d535b commit 29728c2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/api/apiv3/tags/sprints.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ description: |-
2323
| id | Sprint id | Integer | x > 0 | READ |
2424
| name | Sprint name | String | not null | READ |
2525
| description | | Formattable | | READ |
26-
| startDate | | Date | | READ |
27-
| finishDate | | Date | | READ |
26+
| startDate | Date when the sprint is planned to start | Date | | READ |
27+
| 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 |
2830
| createdAt | Time of creation | DateTime | not null | READ |
2931
| updatedAt | Time of the most recent change to the sprint | DateTime | not null | READ |
3032
name: Sprints

0 commit comments

Comments
 (0)