Results
```sql
select count(*) from jira.jira_user;
+-------+
| count |
+-------+
| 1028 |
+-------+
```
```sql
➜ steampipe-plugin-jira git:(issue-49) steampipe query
Welcome to Steampipe v0.13.6
For more information, type .help
> select count(*) from jira.jira_user;
Error: 'base_url' must be set in the connection configuration. Edit your connection configuration file and then restart Steampipe (SQLSTATE HV000)
```
Example query results
Results
```sql select count(*) from jira.jira_user; +-------+ | count | +-------+ | 1028 | +-------+ ``` ```sql ➜ steampipe-plugin-jira git:(issue-49) steampipe query Welcome to Steampipe v0.13.6 For more information, type .help > select count(*) from jira.jira_user; Error: 'base_url' must be set in the connection configuration. Edit your connection configuration file and then restart Steampipe (SQLSTATE HV000) ```