Skip to content

Commit d0a77b6

Browse files
committed
docs: add Slack and Jira integration
1 parent 18bfd95 commit d0a77b6

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

content/docs/_layout.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ expand_section_list: ['Self-host']
265265

266266
### [Terraform](/get-started/terraform)
267267

268+
### [Slack](/how-to/integrations/slack)
269+
270+
### [Jira](/how-to/integrations/jira)
271+
268272
### [Supabase](/how-to/integrations/supabase)
269273

270274
### [Render](/how-to/integrations/render)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Jira Integration
3+
---
4+
5+
## Custom integration via API
6+
7+
<TutorialBlock url="/docs/tutorials/database-change-management-with-jira-manual/" title="Manual Database Change with Jira" />
8+
9+
<TutorialBlock url="/docs/tutorials/database-change-management-with-jira-automated/" title="Automate Database Change with Jira" />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Slack Integration
3+
---
4+
5+
## Builtin webhook
6+
7+
- [IM Integration](/docs/change-database/webhook/#slack)
8+
9+
## Custom integration via API
10+
11+
<TutorialBlock url="/docs/tutorials/just-in-time-database-access-part2/" title="Approve Just-in-Time database access with Slack" />

content/docs/tutorials/just-in-time-database-access-part1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Just-in-Time Database Access - Part 1'
2+
title: 'Just-in-Time Database Access via Bytebase GUI'
33
author: Ningjing
44
tags: Tutorial
55
updated_at: 2024/12/06 18:15
@@ -19,7 +19,7 @@ This tutorial will guide you through setting up Just-in-Time (JIT) access using
1919

2020
This is Part 1 of our tutorial series on implementing Just-in-Time (JIT) access:
2121

22-
- Part 1: JIT database access via Bytebase GUI
22+
- Part 1: JIT database access via Bytebase GUI (this one)
2323
- Part 2: [Approve JIT database access via Slack](/docs/tutorials/just-in-time-database-access-part2)
2424
- Part 3: Request JIT database access via Slack
2525

content/docs/tutorials/just-in-time-database-access-part2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Just-in-Time Database Access - Part 2'
2+
title: 'Approve Just-in-Time database access via Slack'
33
author: Ningjing
44
tags: Tutorial
55
updated_at: 2024/12/11 18:15

0 commit comments

Comments
 (0)