Confluence is an enterprise-class collaboration and wiki system.
0
votes
2answers
16 views
Confluence Plugin
I am going to develop Confluence plugin using JAVA .I downloaded Confluence SDK and installed in my local machine. We don not know how to create plugin project in either Netbeans or Eclipse IDE.
0
votes
1answer
19 views
Can I call synchroniseUserDirectories (ConfluenceRpc) via REST, SOAP or XML-RPC?
I am using Confluence 4.2.5 (build 3284) with CAS SSO connected to my LDAP server and would like to be able to call synchroniseUserDirectories() from the LDAP server when a user changes their password ...
0
votes
1answer
25 views
Custom html page in Confluence
I have some client they always asked me how to add custom HTML page in Confluence Page that work or function similar to master page in ASP.NET.
2
votes
4answers
1k views
How do I convert HTML code to Confluence-style Wiki Markup?
The API documentation for Mylyn Wikitext has functions to convert Wiki Markup to HTML, but I cannot find functions to convert / parse HTML code to Wiki Markup. Class MarkupParser has method ...
1
vote
1answer
306 views
can you limit the number of items in a recently-updated macro in confluence 2.9?
i see in confluence 2.10, there is a max and maxresults parameter but i dont see these parameters in 2.9.1 or below. Is there anyway to limit the results in these versions ?
0
votes
1answer
15 views
Update links when copy a page tree in Confluence
Shortly, I've been using the Copy Page Tree plugin in Confluence. The actual functionality is exactly what I need. But I'm having troubles with the fact that the links are not updated.
When I create ...
0
votes
1answer
27 views
Jira Gadget in Confluence config issue
I have a jira gadget that I wrote that I would like to be used from confluence. I have Jira and Confluence running locally on my machine. I have my gadget installed to my jira instance and I have both ...
0
votes
1answer
18 views
Confluence: SWF/SWF Linking Works in Preview, Not on Live Page
Has anybody encountered where your loader SWF loads the SWF it links to just fine in Preview mode, but then when you Save and view the live page, the loader doesn't load the SWF? This is my first ...
0
votes
0answers
14 views
Automate UML Diagram Update in Confluence
I usually use Gliffy to draw UML Diagrams in my Confluence documents but I would like to know if there is a way to generate automatically UML diagrams of a project stored in SVN and put like a link on ...
0
votes
1answer
28 views
remove Site Spaces from Confluence dashboard
How can I delete the Site Spaces tab as part of the Confluence dashboard? I'm using the Subspace add-on and have no use for that ever growing flat list of spaces.
UPDATE: I'm using the latest ...
0
votes
1answer
40 views
Slow Confluence during SQL Script Run
We have an issue regarding our Atlassian Confluence system.
Basically we have a server that shares our primary load of SQL scripts which does data transformation for the production portion of the ...
0
votes
1answer
48 views
confluence4r add
We use Jira/Confluence as our wiki site. I've had a difficult time trying to figure out how to use the add. I'm guessing i'm missing something very obvious. When I go to this site: ...
0
votes
0answers
21 views
atlassian confluence as source for bdd stories
I want to start using BDD in our company. The best place to keep stories from my point of view is the Atlassian Wiki pages. Obviously I expected some existing techniques for retrieving stories from ...
1
vote
1answer
162 views
upgrade database postgresql on jira confluence astlassian application 64bit .
I want to upgrade database postgresql from version 8.3 to 9.0 on Jira application.
Which RPM should be used to work with Suse SLES10.3 64bit?
How to install Postgresql 9.0 in parallel to Postgresql ...
0
votes
0answers
151 views
Force PDF links within iframe to open in parent window
I'm trying to implement this in Confluence pages.
Basically, I have a PDF file (exported from Powerpoint), which has hyperlinks embedded, so when you click on the links in the PDF it opens whatever ...
-1
votes
0answers
15 views
Jira - Editing and saving Office attachments [closed]
I know it is trivial to open Excels spreadsheet in Confluence that is attached to a page, edit it and then save it back to Confluence.
I was hoping same thing would happen with Jira but it seems I am ...
-1
votes
0answers
32 views
Installing Confluence on Heroku? [closed]
I tried with OpenShift... but had some issues; so am now trying with Heroku.
Following their WAR deployment guide left me with this redirect in my web browser:
Error occurred during template ...
0
votes
1answer
120 views
Deploying Confluence to OpenShift?
I deployed Confluence 5.1 as a WAR to an OpenShift Tomcat 6 Cartridge.
Visiting the instance with my web-browser I get:
Error occurred during template rendering: Velocimacro : Error using VM ...
0
votes
0answers
25 views
Confluence 5 User Macro parameters limitations
I'm writing an User Macro in Confluence 5 and I found that the 10th param is not being interpreted.
This is my macro header:
## @param ArtifactVersion:title=Artifact ...
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
25 views
Get current space category in confluence refinedwiki Original Theme Header
We are using Confluence for our technical documentation and refinedwiki Original Theme Plugin to customize the design. Documentation is available in two languages (German, English). Spaces are ...
0
votes
1answer
39 views
Confluence - Play a SWF on top of the page
I am not sure how to do this if I was working in a normal web coding environment, much less that I am working in Confluence.
My manager requests that our multimedia content on Confluence be able to ...
1
vote
1answer
75 views
Atlassian Confluence - create blog post with labels using python
I can create blog post in confluence using the script below:
import sys
from xmlrpclib import Server
user = "user"
passwd = "pass"
serverurl = "<blah-blah>/xmlrpc"
spacekey = "DEV"
s = ...
0
votes
0answers
15 views
does anyone have a sample pom and settings file used to site-deploy to confluence?
Please? I'm trying to use a maven build to deploy to Confluence site using the xml-rpc APi.
I'm having trouble finding the right protocal to use in distribution management. It is password protected. ...
0
votes
0answers
32 views
SWFs on Confluence Page Do Not Read XML
I am not getting much help on the actual Confluence forum so I thought maybe somebody on here might have a better experience with trying to post SWFs to an Atlassian Confluence page that takes data ...
0
votes
1answer
31 views
CONFLUENCE: How to get page id displaying by my plugin
i have a small problem, i would like to get an id of displaying page in my plugin (id of searchskills.vm).
<xwork ... >
...
<action name="searchskills" ...
0
votes
2answers
113 views
Insert HTML after each table row using variables from that row
Could you help me out with this?
I have a table like this:
<table>
<th style="text-align: left; text-transform: capitalize;">Unique</th>
<th style="text-align: ...
0
votes
0answers
36 views
Confluence plugin not able to find .dtd file
I am writing a plugin for our companys Confluence.
In this plugin i need to parse some Confluence Storage Format XML.
Therefor i got the confluence.dtd and some .ent Files from here:
...
0
votes
1answer
137 views
Atlassian Confluence: Macro type plugin that will display a popup window when the page is accessed
Pretty basic idea, i want to show a popup window when some one access the page. I have written a sample code.
Actually what i want to do is create a Macro-type plugin which has a body so we could add ...
0
votes
0answers
23 views
Is there a way to access a cross-site ReST endpoint and not have credentials embedded in the HTML output?
Our company has a ReST api running on api.foobar.com, and an app (confluence) running at confluence.foobar.com, the rest endpoint is secured with both basic and forms based authentication. I am ...
2
votes
1answer
289 views
How to use Confluence markup language with Maven 3 site Plugin?
I'd like to use Confluence markup language to generate my site using the Maven site plugin.
As said in the doxia documentation, it seems to be possible.
Here is my file structure (as required by the ...
0
votes
1answer
63 views
Confluence space - tabbed navigation [closed]
When I switch my space theme to "Easy Reader", right there in Space Admin it turns up to have these nice navigation tabs on top: pages, blog, labels, attachments and so on.
Can I twick my space up ...
0
votes
0answers
62 views
Is it possible to gain access to Confluence and JIRA via OAuth
I am currently implementing an SSO system and would like to have a single sign on point. This sign on point will set a cookie or some token that will allow a HTTP proxy to identify the user. I would ...
1
vote
0answers
39 views
Embedding Mathematica in Confluence pages
What options are available in terms of embedding Wolfram Mathematica content (such as CDFs and Notebooks) into Atlassian Confluence pages? I'd like to use this for note-taking, so the ability to ...
0
votes
1answer
58 views
Automatic Zabbix -> Confluence, creating too many updates
I have a python script that runs once a day, connects to our Zabbix monitoring database and pulls out all the active monitoring checks and documents them into Confluence.
My problem is that each ...
0
votes
1answer
30 views
Why won't Confluence let me configure my Bamboo gadgets?
I've integrated my Bamboo with Confluence by adding Application Links in both directions (two links, each in one direction). I then added Bamboo's gadget feed to Confluence, so I could use the Bamboo ...
2
votes
1answer
165 views
How can I escape a square bracket within a confluence macro so that it doesn't auto-linkify?
I'm using Atlassian Confluence (woe is me).
I have an {sql} macro inside a groovy macro in a wiki markup block. Now, the SQL selects some strings which look like Foo[Bar]. The results wiki page ...
0
votes
0answers
75 views
Get 401 when use Apache + SSL + mod_jk and Basic Auth
I'm using Atlassians Confluence.
From the intern subnet it should be provided with http.
For extern use (from internet) it only should work with https and do fisrt an Apache Basic Auth.
I define a ...
1
vote
1answer
36 views
Automatic way of keeping track of different environment versions?
In my project we use JIRA + Confluence + Teamcity.
We have different environments (dev, systest, beta, integration, live). We make CI and our build progress from one environment to other.
If I want ...
1
vote
1answer
61 views
Rally 2 SDK and confluence integration
What's the best way to embed a rally app inside a confluence document?
I tried pasting my code between {html} macros but it doesn't work
{html}
<!DOCTYPE html>
<html>
<head>
...
4
votes
8answers
7k views
JIRA/confluence alternative [closed]
Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects.
What ...
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
110 views
How can I make Confluence to point to a page which is formatted in wiki-markup language?
I am creating wiki-markup formatted pages so as to display in Confluence. I don't want to store the actual page in confluence wiki so I thought of using iframe to point to a plain text file but it ...
0
votes
0answers
22 views
Review mechanism via confluence table
I want to develop a technical documentation table in confluence like this :-
|| Document Name || Document || Author || Reviewer ||
| {text-data:Document Name|required=true} | ...
0
votes
1answer
56 views
How can I upload / view HTML5 animations in confluence
Currently we are posting .swf animation (interactive) on our confluence. We just upload them as attachement to a pag and use {multimedia:name=animation.swf } to display them. But we want to make it ...
1
vote
3answers
3k views
How to change column width in confluence's table-plus macro
I try to change columns width in confluence wiki markup but i can't understand why it's not works.
I have something like this
{table-plus:columnTypes=S,-,.|autoNumber=true|sortColumn=3
...
0
votes
1answer
134 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
2answers
434 views
How do you invoke javascript function from an apache velocity *.vm file?
I am currently using Confluence 4.3 and I'm trying to add either an HTML button or HTML link that will invoke a javascript function.
How can this be achieved?
Specifically, there is a file called ...
0
votes
1answer
36 views
How to install Jython standard library into Confluence?
I'm starting to integrate some Jython code into our Confluence wiki and I'd like to install the Jython standard lib -- the Jython plugin from Atlassian apparently is only the base Jython install, so I ...
1
vote
0answers
72 views
Jython - Trying to connect to database results in java.sq l.SQLException: No suitable driver found
I'm using the Confluence Script Plugin to write Jython macros in Confluence. I have some code that recently stopped working after an upgrade to Confluence and the Plugin. I've tried various possible ...



