-
Notifications
You must be signed in to change notification settings - Fork 599
Confluence plugin documentation #3054
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3d47038
Add documentation for atlassian confluence
Cinojose 2e5972e
Fix typo
Cinojose b326e03
Merge branch 'master' into master
kevgliss 63ea7c2
Merge branch 'master' into master
mvilanova 5664434
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 222b280
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 3fc0c00
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose d406424
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 1e94ffe
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose a020184
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 14dbc6d
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 2056fad
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose f506963
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 0358e66
Update docs/admin-guide/administration/plugins/configuring-atlassian-…
Cinojose 62fe5c2
Merge branch 'Netflix:master' into master
Cinojose 318e306
Add entry for Confluence in Summary Doc
Cinojose 94f39ff
Merge branch 'master' into master
mvilanova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
docs/admin-guide/administration/plugins/configuring-atlassian-confluence.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
### `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. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.