Confluence is an enterprise-class collaboration and wiki system.
0
votes
0answers
70 views
Error parsing namespace with TIKA
I'm using TIKA 1.0 to remove the HTML content from some Confluence 4.3 pages, however, it fail when trying to parse pages like:
<ac:macro ac:name="column">
<ac:rich-text-body>
...
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 ...
0
votes
1answer
131 views
PHPDoc wiki template
I recently upgraded to phpdoc 2 and want to create a solution for outputting my api to wiki markup, instead of html or pdf.
In /usr/share/php5/data/PhpDocumentor/Converters, I see the CHM, HTML, PDF, ...
-1
votes
1answer
71 views
Is there any way to have the “code block” macro shortcut on editor in confluence
We use confluence for documentaion but i find very time consuming to select the code macro , its 5 step process.
even typing by hand is also not efficient. Isn't it possible to have the button like ...
0
votes
0answers
65 views
RenderContent in Confluence
_service.RenderContent(token,SpaceId,Page.content,)
is not working in Confluence XML RPC and SOAP APIs while extracting data from server
0
votes
1answer
52 views
Confluence version history
It's nice to have a version history in confluence. However a new version is created every time when the document has been edited and saved. I'm looking more for a "release" history. Assume I have ...
0
votes
2answers
72 views
Is there a downside to running all atlassian projects (JIRA, Confluence, Stash, etc…) under the same user?
We're looking at installing a number of Atlassian products, and I'm wondering if its really necessary to create a new user for each service to run under (jirauser, confluenceuser, stashuser, etc...). ...
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 ...
9
votes
2answers
1k views
How to format an inline code in confluence?
How can I format an inline code in confluence like this? I mean, not a separate codeblock, but just inline classname, for example.
0
votes
0answers
53 views
Using Confluence as a development environment sandbox
Is it possible to use Confluence to provide a collaborative place to develop front end code (CSS/JS) using a sandbox for example for real time examples?
For example, if Developer X creates a useful ...
0
votes
0answers
283 views
How can I use jQuery UI inside Confluence?
I'm currently using jQuery inside a Confluence HTML macro to display a dialog.
<input type="text" id="shortName" style="height: 18px; width: 50px;">
<input type="submit" id="submit" ...
2
votes
1answer
294 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
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 ...
0
votes
2answers
32 views
Confluence links view permission
I'm using Confluence 4.1.4 and want links to spaces and pages to be visible to anybody, even if the user hasn't got view permission for the target.
This is the code:
<ac:link><ri:space ...
0
votes
1answer
23 views
How to: Confluence overrides browser shortcuts (e.g. ⌘F)?
I just noticed that confluence opens its own search box, if you press ⌘F. How is this possible? I thought you can't override browser specific shortcuts like ⌘F? Does anyone know how they do this?
...
1
vote
1answer
246 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
2answers
116 views
Is it possible to adjust column width per row in confluence wiki?
Is it possible to have different number of columns in different rows but still keep the width of the row flush with each other.
0
votes
0answers
162 views
Confluence xml-rpc api - how to format page content?
I am creating pages in Confluence with python xmlrpclib but can't figure how you can format the page's content to make it more or less presentable. Using either old-style or xhtml-style tags doesn't ...
3
votes
1answer
369 views
Q&A plugin for Confluence [closed]
I would like to have Q&A module in Confluence, where one employee would raise a question about the problem he has, and another one would respond. I'd like to have rating there, where everybody can ...
0
votes
1answer
284 views
Confluence API: How to find out which css/js resources a pages uses?
We have an in-house plugin that exports a Confluence space. The space css file is already included, but this is far from complete. I've browsed through the Confluence API, but I can't find anything ...
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 ...
1
vote
1answer
56 views
How to access Confluence page title and body from inside using plugin java code?
I am trying to create my custom plugin which can help me extract out the Confluence contents in XML format. I did analyse the XML Export option under Advanced, however the
XML it generates is quite ...
0
votes
2answers
80 views
Confluence Advanced permissions
In our company we are using Atlassian Confluence 3.5.7.
I need to configure user permissions this way:
Users in Group "Users" are able to create pages under specified section, but they are not able ...
0
votes
0answers
80 views
IllegalStateException: response.getOutputStream() called after response.getWriter() while attempting navigation
I have created a custom form in my custom Confluence plugin called Freeway.
My question has lot of code snippets so i am using pastebin for code. Please bear with me :)
This is the page how it looks ...
0
votes
0answers
137 views
How to display date picker elements in Confluence?
I have been able to create a custom form in my Confluence custom plugin environment. I am using Confluence 3.5 SDK. This is the page i have created thus far http://imageshack.us/f/99/homeform.png/
...
0
votes
2answers
222 views
Confluence export dynamic PDF title
I am using Confluence 4.0.3, I am trying to create a PDF layout/stylesheet so that it would grab the main title from the page content and move it to the title page.
What I have tried so far:
use ...
3
votes
0answers
167 views
Import Confluence xml dump into Mediawiki
Is it possible to import a Confluence xml dump into Mediawiki? If so, any guidance will be appreciated.
Thanks for you assistance!
2
votes
0answers
218 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.
0
votes
1answer
111 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
1answer
265 views
Sandcastle HTML documentation + Confluence
Please note that I've done a lot of reading and searching on this functionality...
Overview
We have a confluence 4.2.x wiki that we put all of our product documentation on. Until recently, we were ...
1
vote
1answer
130 views
Getting SLF4JLogFactory exception while trying to access web services from Confluence 3.0
I have been able to understand about the dependencies and procedures to add Jar files into a Confluence project with the help of a friend from here.
But I am facing an error with the addition of these ...
0
votes
2answers
68 views
Statistic in confluence or jira
I have pages with attachments and i need statistic about count of downloading this attachments what is the better way to do that?
0
votes
2answers
57 views
Is there a procedure to be followed to add external jars to a custom confluence plugin development environment
I added this dependency chunk in my pom.xml
<dependency>
<groupId>freeway</groupId>
<artifactId>axis</artifactId>
...
0
votes
0answers
85 views
How do I get Issue Links tab showing within JIRA issues? [closed]
I am unable to get the Issue Links tab to display within my JIRA issues. The installation of JIRA I am running has been 5.0 from the start.
Using JIRA 5.0 and Confluence 3.5, remote issue linking is ...
0
votes
1answer
103 views
How to bind form based actions like 'Save' to designated Java classes mentioned in xwork in Confluence
I have made some significant progress in my customization efforst thanks to your help and looking forward to move forward similarly.
I have created the custom tab in the 'Advanced' tab and it now ...
2
votes
1answer
75 views
How can I work collaboratively on Confluence tables?
The idea is:
Page A contains a table header, and a lot of child pages (B, C, D), which in turn contain table rows. Page A should display ALL rows of all child pages in ONE table.
No matter which ...
0
votes
1answer
218 views
How to modify custom Confluence page so that its viewable like default options
I am pursuing the task of adding my custom tabs inside my Confluence set up. I have chosen the 'Advanced' region as the favourable spot to realize this.
So i click on the Space name. Then I goto ...
0
votes
0answers
149 views
How to find the issue type in jira with issue id
I have one issue id. TP-176. I want to know whether it is technical task or bug or story or improvement. What method should use from API. Can any one suggest me.
1
vote
1answer
311 views
Using the output of one velocity template in another
I have a velocity template (in a Confluence user macro) that looks like:
## This macro takes a jiraissues macro in the body with "Show Total Only" configured to TRUE.
## It then parses the return and ...
1
vote
1answer
300 views
How to Migrate text markup from Confluence 3.5 to Confluence 4.2.3
we're edit a lot's of pages with text in Confluence version 3.5 but in one good day, we decide to upgrade our system to version 4.3.2. So now we have big problems with data.
All links in projects ...
0
votes
1answer
90 views
Error rendering macro in confluence 4.2
I have next error after i update confluence 3.5 to 4.2.3 version
Error rendering macro 'list-data' : Unsupported type: class
org.randombits.confluence.metadata.reference.WikiReference
So it looks ...
0
votes
2answers
110 views
Atlassian Confluence Export specific label to publicly available page
Not really sure if this is possible, per say. I know it is in sorts as the project I am working on currently has a really hacked up method of pulling articles from Confluence with a specific tag, but ...
3
votes
2answers
238 views
Test Cases with JIRA or Confluence
We've moved to JIRA and Confluence recently and our test team want to be able to write test scripts that have different steps in them.
A script might be something like
Go to the login screen
Enter ...
0
votes
0answers
37 views
How to use isapi_redirect for two different server.I have two server machine one have tomcat and other have IIS
I want to run the Java application (confluence) using IIS. I have two different servers and I don't want to install IIS and Tomcat on same server machine. How I can run this java application on IIS ...
1
vote
2answers
288 views
Confluence Macro Browser autocompletion for attachments
I am trying to show all attachments (from the current page) in an auto-completed drop-down list. This is the part in the atlassian-plugin.xml which defines the parameters:
<xhtml-macro ...
0
votes
1answer
69 views
Confluence 4.2.3 Space deleting
I have strange problem with deleting Space in Confluence 4.2.3
After all steps like Browse-->Space Admin --> Remove Space
I remove all content in space but space not deleted.
After that when i try to ...
1
vote
0answers
82 views
Webwork action vs. servlet and other plugin admin ui questions
I'm trying to add a configuration to my plugin, but I'm rather confused about my options. Can anyone give me a comparison of webwork actions vs servlets, especially with regard to configuration UIs.
...
0
votes
1answer
268 views
OAuth authentication in jira by using Java
I want to send REST request to create issues in jira from my java application.
So i haven't got problems with sending request, and issue creates perfectly while i create issue through browser(cause if ...
2
votes
1answer
289 views
CAS on confluence TicketValidationException
Hi am trying to create a Staging Server for Confluence and I cloned the VM and updated Confluence settings. Now after login I get
javax.servlet.ServletException: ...