Tagged Questions
0
votes
0answers
21 views
How to display in confluence wiki top visit users for a page?
How can I show top visit users in confluence wiki for a page. I tried with the macro "Top Users" but you can only set "Restrict to these Spaces".
0
votes
1answer
144 views
How do I create text file for Confluence and then import it as a Confluence wiki page?
Here is what I want to accomplish:
I am writing a script which will parse some source code, extract some comments that I want it to extract and I will store this text in a text file.
I want to write ...
0
votes
1answer
137 views
Is it possible to enable markup editor in latest Confluence? [closed]
Starting from Confluence 4.0, 'wiki' markup language was removed in favor of rich edit. But in my company developers don't like rich edit and want to us familiar markup plain text editor. Is it ...
0
votes
1answer
98 views
Why confluence html macro not allow insert wiki markup
I have a problem html macro.As I realized html macro does not allow insert wiki markup. For example - i need to insert link to user page. In wiki markup i'm type "[test|~test1]" and this is all. But ...
1
vote
0answers
85 views
Programmatically create a table of contents in the Parent wiki page with the titles of the child pages as content
I am creating child wiki pages under one single parent page using a python script using confluence cli.
These appear as child pages at the bottom of the parent wiki page.
The requirement is that I ...
1
vote
0answers
30 views
How to displays commas in integers in CSV macro in confluence wiki
I'm using the CSV macro in Confluence 4.x and one of my columns has integer data. When displayed with the macro, the wiki isn't putting commas into the large integers (I have 7 digit integers in my ...
0
votes
0answers
67 views
How to do $UserAccessor call in javascript for Confluence
I need to check permissions and then adjust the UI, depending on group membership. I need to do this in both a Velocity template and in Custom HTML.
I've successfully done this in a Velocity ...
1
vote
2answers
69 views
How can I disable the page history of a Confluence wiki page
I have a page in my confluence wiki, that is generated automatically via a script and beeing pushed into confluence through its API. Therefore I don't need the history of this page, since the number ...
1
vote
1answer
241 views
Confluence wiki XML RPC API system.list method
Does the Confluence wiki XML RPC API provide a system or system.list method or some other method to programmatically list what methods are available via the XMLRPC interface?
Example:
...
0
votes
1answer
47 views
Allowing the user to select a picture from a list of options in confluence survey macro
I would like to know how I can add pictures/image functionality to the confluence survey macro. I would like the user to select a picture from a list of pictures in response to a question. First I ...
2
votes
0answers
216 views
Migrate Confluence to Github wiki (Gollum)
Does somebody know a nice way to migrate a Confluence wiki to the Github wiki (aka Gollum) ?
By nice way I mean quick and effective.
1
vote
1answer
169 views
How do you rate Confluence for its wiki, community, and Q&A functionality?
I am currently investigating enterprise social media tools that we can potentially use either with SharePoint 2010 or instead of it. Confluence is one of the tools I am looking at. It seems to have ...
1
vote
1answer
41 views
Does Atlassian Confluence have local documentation for non-Internet installs
I've installed Confluence as a wiki on my local network.
The network doesn't have Internet access.
There are lots of locations in the Confluence admin and demonstration space where links to Internet ...
1
vote
2answers
1k views
How do I get Confluence to render the result of a {sql-query} that contains wiki markup
I have the following in Confluence:
{panel}
Hello World 1
{panel}
{sql-query:datasource=DS|output=wiki|table=false|macros=true}
select '\{panel\}\\' from dual
{sql-query}
...
1
vote
2answers
164 views
Default Pages for new Spaces in Confluence
Does anyone know, if it is possible to prepopulate new Confluence Spaces with specific Pages? What I want to have when creating a new Space is the following default structure:
Home
|_ Category A
|_ ...
0
votes
2answers
300 views
Keeping 2 instances of Confluence in sync?
We have a lot of traveling users who would like to have their WIKI content (and update it) while not connected to the network. Adding a localhost instance of Confluence is a snap, but how to keep ...
2
votes
2answers
163 views
Stability of Confluence 4.0
I would appreciate feedback on experience with Confluence 4.0 from people who have implemented this version. In particular have you found the 4.0 release stable in your environments?
0
votes
2answers
99 views
How can I create a searchable attribute for a page on Confluence wiki?
I want to create a page in my confluence wiki which has a searchable attribute. Right now search is limited to the pages text, and then filtering using tags. It would be great if I could filter ...
1
vote
1answer
84 views
Can I use Confluence's editor in my own project?
Does anyone know what editor Confluence uses, and if it can be used in other projects? Or is it proprietary and not available for public use?
I would even be happy if I could whatever JIRA uses, and ...
7
votes
2answers
509 views
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 ...
0
votes
1answer
101 views
Is a Confluence 2.7.2 install portable?
I have to move an old confluence wiki space from an old busted machine to a fancy new xserve. Confluence 3.x will not allow imports of 2.x exports so I cannot install and license 3.x and then import ...
2
votes
1answer
745 views
How to organize spaces within Confluence (wiki)?
My company will be using Confluence to store and share our knowledge base on our IT systems, and could be used to cover topics from hardware administration to issues faced by programmers.
I am ...
0
votes
1answer
636 views
Ruby confluence4r examples
I cannot find where to download the confluence4r gem and it doesn't work when I do:
gem install confluence4r
I downloaded one here: http://confluence.atlassian.com/display/DISC/Confluence4r
I can ...
0
votes
1answer
207 views
Import MS Office document into Atlassian Confluence via API
Is it possible to do this? I browser through the Confluence Core API and haven't found anything remotely similar.
Google search also comes dry.
4
votes
1answer
2k views
Script or utility to export from ScrewTurn Wiki into Confluence?
Has anyone tried migrating from ScrewTurn to Confluence? I'm hoping that I can export the ScrewTurn database to xml and then use a utility to put it in a format that Confluence can understand - ...
5
votes
4answers
665 views
Confluence Persistence
Is there a simple in built way to maintain data in Confluence when writing your own macro? This data needs to be quaryable across pages, i.e the user will add the marco to their wiki page. Then this ...
1
vote
1answer
2k views
Single sign on with confluence wiki
I would like to use our current intranet as the main application to authenticate users. Confluence should be able to ready the cookie I created from the intranet to authenticate the user automatically ...
1
vote
3answers
309 views
organizing information for a software development organization
over time our information strategy has gone all over the place and we are looking to have a clearer policy and a more explicit way for everyone to be in sync on information sharing. Some things to ...
1
vote
2answers
2k views
Is there a way to generate confluence wiki pages from javadocs?
I'd like to put documentation on a confluence wiki for a project I'm working on, and I want to automatically generate some of the documentation from javadocs. Is there a plugin for confluence that ...
5
votes
4answers
774 views
Is there a Wiki with a Web 2.0 UI (like StackOverflow's)?
I need to use MediaWiki at work. It used to be okay, but with sites s.a. StackOverflow, there's some user interface issues that simply don't do any more.
Most importantly, I'd want to see the live ...
5
votes
1answer
1k views
How to export wikis from FogBugz 6 to (almost) any other wiki (final destination: Confluence)?
We have a FogBugz 6 installation, with a good deal of wiki content in place. We're transitioning to use Atlassian products (JIRA and Confluence), so we'd like to get that wiki content into ...