Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add column properties in the table jira_project Closes #89 #105

Merged
merged 3 commits into from
Nov 15, 2023

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Nov 10, 2023

Example query results

Results
> select id, jsonb_pretty(properties) from jira_project
+-------+---------------------------------------------------------------+
| id    | jsonb_pretty                                                  |
+-------+---------------------------------------------------------------+
| 10000 | [                                                             |
|       |     {                                                         |
|       |         "key": "jsw.fusion.code.agility.feature.enabled",     |
|       |         "value": true                                         |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "jswSelectedBoardType",                        |
|       |         "value": {                                            |
|       |             "jswSelectedBoardType": "agility"                 |
|       |         }                                                     |
|       |     }                                                         |
|       | ]                                                             |
| 10001 | [                                                             |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_1",          |
|       |         "value": "DESK-1"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_2",          |
|       |         "value": "DESK-2"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_3",          |
|       |         "value": "DESK-3"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_4",          |
|       |         "value": "DESK-4"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_5",          |
|       |         "value": "DESK-5"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_AUTOMATION", |
|       |         "value": "DESK-7"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "demo-issue-created.SD_DEMO_ISSUE_LINK_SW",    |
|       |         "value": "DESK-6"                                     |
|       |     },                                                        |
|       |     {                                                         |
|       |         "key": "isDemo",                                      |
|       |         "value": true                                         |
|       |     }                                                         |
|       | ]                                                             |
+-------+---------------------------------------------------------------+

Time: 73ms. Rows fetched: 2 (cached). Hydrate calls: 0.

@ParthaI ParthaI requested a review from misraved November 10, 2023 11:43
@ParthaI ParthaI self-assigned this Nov 10, 2023
Copy link
Contributor

@madhushreeray30 madhushreeray30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ParthaI Please have a look at the comment, thanks!

jira/table_jira_project.go Outdated Show resolved Hide resolved
Copy link
Contributor

@madhushreeray30 madhushreeray30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ParthaI Please have a look at the comment, thanks!

@madhushreeray30 madhushreeray30 merged commit d30a4fe into main Nov 15, 2023
1 check passed
@madhushreeray30 madhushreeray30 deleted the add-column-properties-to-jira-project branch November 15, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants