turbot / steampipe-plugin-jira

Use SQL to instantly query Jira. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/jira
Apache License 2.0
22 stars 14 forks source link

Add jira initial tables with connection configurations, readme and docs. Closes #2 #1

Closed LalitLab closed 3 years ago

LalitLab commented 3 years ago
> .inspect jira
+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
| table             | description                                                                                                                                  |
+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
| jira_board        | A board displays issues from one or more projects, giving you a flexible way of viewing, managing, and reporting on work in progress.        |
| jira_dashboard    | Your dashboard is the main display you see when you log in to Jira.                                                                          |
| jira_epic         | An epic is essentially a large user story that can be broken down into a number of smaller stories. An epic can span more than one project.  |
| jira_group        | Group is a collection of users. Administrators create groups so that the administrator can assign permissions to a number of people at once. |
| jira_issue        | Issues help manage code, estimate workload, and keep track of team.                                                                          |
| jira_project      | Project is a collection of issues (stories, bugs, tasks, etc).                                                                               |
| jira_project_role | Project Roles are a flexible way to associate users and/or groups with particular projects.                                                  |
| jira_sprint       | Sprint is a short period in which the development team implements and delivers a discrete and potentially shippable application increment.   |
| jira_user         | User in the Jira cloud.                                                                                                                      |
+-------------------+----------------------------------------------------------------------------------------------------------------------------------------------+