Skip to content

Commit c6f9580

Browse files
quickfix (#548)
1 parent ebe0cfb commit c6f9580

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/docs/tutorials/database-change-management-with-jira-automated.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ It's because the jira webhook trigger Bytebase API to create an issue there. The
146146
147147
1. If both are true, via Bytebase API, it will try to match the Jira's `project key` with Bytebase's `project key` to make sure they're the same. then it will try to match the Jira's `database` with the database belonging to that matching Bytebase project.
148148
149+
<HintBlock type="warning">
150+
The Bytebase project `key` is deprecated since 3.4.0, use `ID` instead. You may need to update the code to use `ID` instead of `key`.
151+
</HintBlock>
152+
149153
```javascript
150154
...
151155
// Find matching Bytebase project

0 commit comments

Comments
 (0)