Questions tagged [confluence]

For questions about programming related to Atlassian Confluence Data Center, Server or Cloud. Includes Python API, REST API and other questions. Include all tags that are relevant to your question: e.g., [python], [rest], [JSON], etc.

Atlassian Confluence is a closed source wiki system for creating and managing (internal) wikis.

Notable Confluence features

  • Content is organized in so-called "wiki spaces", which can be thought of as sub-wikis.
  • Content is organized hierarchically.

Licensing

Atlassian offers free licenses to open source projects. Paid subscriptions for commercial/private use are available.

Related software/tags

Confluence can be integrated with other Atlassian products, such as their project tracking/service desk application Jira, the source code manager Bitbucket, and the build server Bamboo. Externally developed software such as Gitlab can be integrated as well. Atlassian provides a Python API for use with Confluence and other products. REST API is also usable with Confluence.

1197 questions
9
votes
1 answer

Get content with url confluence REST API

Hi I have noticed several ways to get the content with the REST API. Although I was wondering if there is a way to get the content directly from the url without calling the space and title. Meaning if I have…
adjective_name
  • 453
  • 2
  • 8
  • 19
9
votes
5 answers

Confluence - multiple page export to word

I can export a single Confluence page to Word, but if I try multiple page export (via Space tools->Export). I only have HTML, XML and PDF as options. How do I export multiple Confluence pages to Word?
Nebu
  • 1,352
  • 1
  • 14
  • 21
9
votes
4 answers

How to upload a file to Atlassian Confluence page using curl

I am trying to upload an .xls file to a Confluence wiki page following the guidelines given in the Remote API documentation :…
Periastron
  • 663
  • 2
  • 10
  • 15
8
votes
2 answers

Data Dictionary generators for PostgreSQL to Confluence Wiki

I'm looking for a tool that takes PostgreSQL tables and outputs a Data Dictionary in a wiki format (preferably Confluence). It seems like most tools out there require a lot of manual work/multiple tools to accomplish this task (IE> SchemaSpy, DB…
Matt
  • 81
  • 1
  • 2
8
votes
1 answer

Refused to frame '' because it violates the following Content Security Policy directive

We use the Confluence Companion tool to edit files from Confluence locally ( https://confluence.atlassian.com/doc/edit-files-170494553.html ) but since the last update of that tool, it is no longer working. I found out that it is because of the CSP…
Tommy
  • 81
  • 1
  • 1
  • 7
8
votes
5 answers

vmlinuz process runs on 100% CPU

I'm running a Jira and a Confluence instance (and nginx reverse proxy) on a VPS. Currently, I can't start the confluence for some reason and I think this is a consequence of something else. I've checked the process list: The confluence user running…
MrRP
  • 822
  • 2
  • 10
  • 25
8
votes
1 answer

How do the various Confluence document formats differ?

I am working with the Confluence REST api, and want to extract some documents. The document body is available in several formats: editor, storage, view, export_view, anonymous_export_view,... But I have not found a description anywhere of what they…
alexis
  • 48,685
  • 16
  • 101
  • 161
8
votes
1 answer

TFS Confluence integration, or alternative

We will probably be using Team Foundation Server (TFS). However, I see that it misses the agility of Confluence for managing requirements documentation, and I do not see SharePoint being close as good. My question is, is it possible to integrate TFS…
user1340582
  • 19,151
  • 35
  • 115
  • 171
8
votes
3 answers

How can I create a new page to confluence with Python

I am trying to create a new page into confluence using Python's xmlrpclib. I already know how to update content of an existing page, but how can I create a totally new page? I have used following script to update content: import…
MadJuan
  • 81
  • 1
  • 1
  • 2
8
votes
5 answers

How to modify Confluence to allow duplicate page titles

I'm using Confluence for documentation, both end user documentation and internal development documentation. The problem with Confluence is that it doesn't allow duplicate page titles, since the URL consists of only the title and not the whole tree…
Frazer
  • 91
  • 1
  • 4
7
votes
0 answers

how to display HTML files on BitBucket?

We currently use GitHub for our code repos, which include HTML files for documentation. On GitHub, the HTML files in the repo only display the HTML source, but I can publish it to GitHub Pages, where it displays as a regular web page for my…
dcafdg
  • 163
  • 2
  • 6
7
votes
2 answers

Application Request Routing (ARR) IIS 7 Spaces in URL

I am using AAR to reverse proxy requests to a Confluence install. This works fine when the URL contains no spaces. As soon as a space is added to the URL the request returns a 404, the 404 seems to originate from IIS not the Confluence instance. I…
Michael Edwards
  • 6,308
  • 6
  • 44
  • 75
7
votes
1 answer

R Syntax Highlighting for Confluence

Is there a way to get R syntax highlighting in confluence? I've tried General configuration > configure code macro > add new language, but I have no clue how to upload a custom brush syntax for R..has anyone already done this or is there a way I can…
WeakLearner
  • 918
  • 14
  • 26
7
votes
2 answers

MediaWiki to Confluence Migration

We are planning to migrate our existing MediaWiki site to Confluence. But when I searched about it, I came to know about the Universal Wiki Converter(UWC) tool, which is no longer supported or available. So, I am worried as to where to start and how…
7
votes
2 answers

Confluence - VIM bridge?

There is an emacs plugin to directly edit a confluence page in emacs: http://code.google.com/p/confluence-el/ Is there something similar for VIM? I was not able to find something.
Sebi
  • 8,323
  • 6
  • 48
  • 76
1 2
3
79 80