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
Changes from 3 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
description: Configuration page for Atlassian Confluence.
---

# Configuring Atlassian Confluence

{% hint style="info" %}
Dispatch ships with Atlassian Confluence storage and document plugin. This page describes the available configurations for the plugins.
Cinojose marked this conversation as resolved.
Show resolved Hide resolved
{% endhint %}

## Dispatch Configuration Variables for storage plugin
Cinojose marked this conversation as resolved.
Show resolved Hide resolved

### `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.
Cinojose marked this conversation as resolved.
Show resolved Hide resolved

### `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.
Cinojose marked this conversation as resolved.
Show resolved Hide resolved

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

> This is the page id of the template that contains the post incident review document details. Plugin uses this template to create new page and then replace the supported variables with the incident details.
Cinojose marked this conversation as resolved.
Show resolved Hide resolved


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.


Cinojose marked this conversation as resolved.
Show resolved Hide resolved
## Dispatch Configuration Variables for document plugin


Cinojose marked this conversation as resolved.
Show resolved Hide resolved
### `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.
Cinojose marked this conversation as resolved.
Show resolved Hide resolved

### `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.
Cinojose marked this conversation as resolved.
Show resolved Hide resolved