Gantt Diagrams for Issues

Is it possible to view the Gantt Diagram for Issue List?

Currently not, and I don’t think it’s on the list right now, but feel free to open an issue. I think this could be implemented using the api, but probably as an external service.

1 Like

It has been asked on github (https://github.com/go-gitea/gitea/issues/5606) but the maintaners think it is out of scope from gitea’s scope so it should be implemented as separate project.

I’m interested to implement this as somekind of a short javascript page (which would consume Gitea’s API) that could be added as custom gitea page. But after I looked at https://try.gitea.io/api/swagger#/issue/issueGetIssue , it seemed that currently only due-date time is available by default, so its kinda hard to determine the starting time (we could use created time or update time, but I think it would mostly not desirable). Any idea how to solve this using current API?

1 Like

You also could use track time?