steampipe plugin install jira

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

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
attachments_enabledbooleanWhether the ability to add attachments to issues is enabled.
issue_linking_enabledbooleanWhether the ability to link issues is enabled.
sub_tasks_enabledbooleanWhether the ability to create subtasks for issues is enabled.
time_tracking_configurationjsonbThe configuration of time tracking.
time_tracking_enabledbooleanWhether the ability to track time is enabled.
unassigned_issues_allowedbooleanWhether the ability to create unassigned issues is enabled.
voting_enabledbooleanWhether the ability for users to vote on issues is enabled.
watching_enabledbooleanWhether 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