Skip to content

iconnor/confluence-openapi-table-update

Repository files navigation

Update tables in confluence based on OpenAPI spec

About

This script is used to update tables in confluence based on OpenAPI spec.

The goal is to take OpenAPI spec like this: image and make it look like a table in confluence like this: image

Getting started

Install dependencies

pip install -r requirements.txt

Configuration

export CONFLUENCE_URL=https://confluence.example.com
export JIRA_EMAIL=confluence_user_email@example.com
export JIRA_TOKEN=PERSONAL_API_TOKEN
export CONFLUENCE_SPACE=confluence_space

Run the script

python update_confluence.py

About

Confluence OpenAPI Table Update

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages