Tagged Questions
0
votes
1answer
131 views
Confluence - How to create a local mail server which receives incoming mail and displays the content on a Confluence page?
I am currently using Confluence to create a Software Development Framework Wiki.
I want to incorporate a local email server which receives incoming email, about Maintenance Windows and System ...
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
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
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 ...
2
votes
4answers
2k 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 ...