Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

How many issues can be potentially stored on a Jira instance? Millions. of course. So, do you realize how much reckless would be running this query?

select * from ISSUE

All the built-in tables are empty. They have no data and they are populated in real time from Jira by using the Atlassian’s public REST API.

  • No labels