All issues for Organization

I’m curious how people handle cases where they need to see all issues for an organization. Do you use the API to get the data, or are there other ways to accomplish this?

You could use the global Issues page and select all the organization’s repos, bookmark the Issues page, and reopen that bookmark when you need to view that organization’s issues again (selected repos are stored in the URL so that selection is bookmarkable https://gitea.com/issues?type=your_repositories&repos=[comma-separated IDs of selected repos]&sort=&state=open&q=[search query]).