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

Version 1 Current »

As you might know all data in Jira is stored in numerous tables. So to be able to create complicated tables or execute any data from Jira in table format you gonna need to connect different Tables, columns and registers (fields) one with another. To find out what tables does you Jira instance has and what columns contain each table you will need these two queries:

  1. Show all tables

    show tables
Screen Recording 2022-05-04 at 16.02.13.mov

2. Show columns of selected table

show columns from ISSUE

Insert a query selecting a name of a table that you are interested in

Screen Recording 2022-05-04 at 16.11.38.mov

  • No labels