Given - A branch from a source repository is created to work on a feature/bug.
When - a developer has finished with the feature/bug.
And - is ready to commit the branch.
Then - the branch would also be committed to a gitBook repository for documentation purposes.
This would automate/list any bug fixes and features that will need to be documented for public visibility.
Jira Cloud doesn’t have a native integration with GitBook, so you’ll need to connect them using automation or an intermediary like a webhook or REST API call. You can set up a Jira Automation rule that triggers when an issue transitions to “Done” or a branch is merged. Use the “Send web request” action to call GitBook’s API and create or update documentation entries based on issue data such as summary, description, and fix version. This approach keeps your documentation synced automatically with completed work.
In Jira Cloud, you can configure this under Project Settings > Automation, using the [Send web request action](
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.