2

Is there a way to add due date for Github like Gitlab? I know github has milestone but I want due date for each issues. Do you have any recommended tools like Jira or Asana.

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Masahiro Aoki
  • 815
  • 12
  • 22

1 Answers1

1

If there were any "due date" possible for an issue, you would see it exposed in the GitHub API for issues

The only "due_on" field is on the associated milestone of an issue, not on the issue itself though.
So there is no direct "due date" for an issue.

riQQ
  • 9,878
  • 7
  • 49
  • 66
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250