You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

milestones.json 526B

1234567891011121314151617181920
  1. [
  2. {
  3. "title": "title_a",
  4. "description": "description_a",
  5. "deadline": "1988-04-12T23:20:50.52Z",
  6. "created": "1985-04-12T23:20:50.52Z",
  7. "updated": "1986-04-12T23:20:50.52Z",
  8. "closed": "1987-04-12T23:20:50.52Z",
  9. "state": "closed"
  10. },
  11. {
  12. "title": "title_b",
  13. "description": "description_b",
  14. "deadline": "1998-04-12T23:20:50.52Z",
  15. "created": "1995-04-12T23:20:50.52Z",
  16. "updated": "1996-04-12T23:20:50.52Z",
  17. "closed": null,
  18. "state": "open"
  19. }
  20. ]