Table: jira_global_setting - Query Jira Global Settings using SQL
Jira Global Settings is a set of system-wide configurations in the Jira tool that allows administrators to control various aspects such as user permissions, security settings, and other system configurations. It provides a centralized way to manage and control the overall behavior and functionalities of the Jira system. Jira Global Settings help to maintain the system's integrity, security, and performance by managing the settings at a global level.
Table Usage Guide
The jira_global_setting
table provides insights into global settings within Jira. As a Jira administrator, explore system-wide details through this table, including security settings, user permissions, and other system configurations. Utilize it to uncover information about the overall behavior and functionalities of the Jira system, as well as to maintain the system's integrity, security, and performance.
Schema for jira_global_setting
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
attachments_enabled | boolean | Whether the ability to add attachments to issues is enabled. | |
issue_linking_enabled | boolean | Whether the ability to link issues is enabled. | |
login_id | text | =, !=, ~~, ~~*, !~~, !~~* | The unique identifier of the user login. |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
sub_tasks_enabled | boolean | Whether the ability to create subtasks for issues is enabled. | |
time_tracking_configuration | jsonb | The configuration of time tracking. | |
time_tracking_enabled | boolean | Whether the ability to track time is enabled. | |
unassigned_issues_allowed | boolean | Whether the ability to create unassigned issues is enabled. | |
voting_enabled | boolean | Whether the ability for users to vote on issues is enabled. | |
watching_enabled | boolean | Whether the ability for users to watch issues is enabled. |
Export
This table is available as a standalone Exporter CLI. Steampipe exporters are stand-alone binaries that allow you to extract data using Steampipe plugins without a database.
You can download the tarball for your platform from the Releases page, but it is simplest to install them with the steampipe_export_installer.sh
script:
/bin/sh -c "$(curl -fsSL https://steampipe.io/install/export.sh)" -- jira
You can pass the configuration to the command with the --config
argument:
steampipe_export_jira --config '<your_config>' jira_global_setting