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

Confluence plugin documentation #3054

Merged
merged 17 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Configuring PagerDuty](admin-guide/administration/plugins/configuring-pagerduty.md)
- [Configuring Slack](admin-guide/administration/plugins/configuring-slack.md)
- [Configuring Zoom](admin-guide/administration/plugins/configuring-zoom.md)
- [Configuring Atlassian Confluence](admin-guide/administration/plugins/configuring-atlassian-confluence.md)
- [Templates](admin-guide/administration/templates.md)
- [Contacts](admin-guide/administration/contact/README.md)
- [Services](admin-guide/administration/contact/service.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
description: Configuration page for Atlassian Confluence.
---

# Configuring Atlassian Confluence

{% hint style="info" %}
Dispatch ships with Atlassian Confluence storage and document plugins. This page describes the available configurations for the plugins.
{% endhint %}

## Dispatch configuration variables for storage plugin

### `API URL` \[Required\]

> URL of the confluence cloud instance.

### `Username` \[Required\]

> Username for accessing the confluence instance. This user should have permission to create pages in the space.

### `Password` \[Required\]

> API token to access the confluence instance. Please refer to the [link](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) on creating a new API token.

### `Incident template ID` \[Required\]

> This is the page id of the template that contains the post incident review document details. The plugin uses this template to create a new page and then replace the supported variables with the incident details.

Cinojose marked this conversation as resolved.
Show resolved Hide resolved
### `Default Space ID` \[Required\]

> This is the default space [key](https://confluence.atlassian.com/doc/space-keys-829076188.html) where all the pages will be created in confluence.

### `Parent ID of the pages` \[Required\]

> This is the page id, where all the new pages and subpages will be created.

## Dispatch Configuration Variables for document plugin

### `API URL` \[Required\]

> URL of the confluence cloud instance.

### `Username` \[Required\]

> Username for accessing the confluence instance. This user should have permission to create pages in the space.

### `Password` \[Required\]

> API token to access the confluence instance. Please refer to the [link](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) on creating a new API token.