33 questions
0
votes
0
answers
25
views
How do I add Igrafix Process Flow in confluence?
I'm trying to embed an iGrafx process flow into a Confluence page, but I can't find any macros that support this functionality. Has anyone successfully done this or know how to proceed? The only ...
0
votes
1
answer
463
views
URL not included in the external fetch backend permissions: /wiki/api/v2/pages/
I try run, any of these examples on Confluence and I get a permissions-related error message.
https://bitbucket.org/atlassian/dd23-forge-confluence/src/main/
const fetchPage = async (contentId) => ...
0
votes
2
answers
33
views
XMLInputFactory Error on IPhone App (not on Browser)
I have a confusing error on a different behaviour between IPhone Conflunce App Version 1.37.0.1 and Web-Browser.
Technical the macro receives Data (XML) from a Redmine server. The XML is stored in a ...
0
votes
1
answer
180
views
Loop over all children and subchildren of a space Xwiki
We are trying to migrate from Confluence and the macro time is not recognized by Xwiki when importing spaces.
So I’m trying to create an application to change each macro like this one <time ...
0
votes
2
answers
614
views
Retrieve all the pages within a space with ScriptRunner
I am writing code in the script console to list the pages in a specific space called IWIKI. I am using the following code:
import com.atlassian.confluence.pages.Page
import com.atlassian.confluence....
0
votes
1
answer
413
views
Atlassian Confluence Page content under my usermacro gets rendered inside Macro DOM Element
I have the Atlassian Confluence Data Center version and developed a user macro that looks like the following:
<div id="doccontrolWrapper">
<div id="doccontrol" class=&...
0
votes
2
answers
1k
views
How do I add content for warning macro using storage format?
I'm creating a markdown to confluence tool (using python markdown). I'm having an issue adding content for the warning macro.
The following creates the warning box with the title, but the content is ...
0
votes
1
answer
171
views
Azure Keyvault library to Atlassian Confluence plugin pom.xml
I am trying to combine these 2 tutorials - Confluence Hello World Macro & Azure keyvault quick start:
https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-confluence-hello-world-...
-1
votes
1
answer
236
views
Confluence migration from cloud to server
We have migrated a space from cloud instance to server instance,in cloud instance we were using "Plantuml diagrams for confluence" but in server we are using "Confluence PlantUML Plugin&...
0
votes
1
answer
108
views
I'm new to confluence and I have a task
I am a new user of confluence, I participate in an workflow in witch customer support receives bugs, I report them to a central team of developers. Now, the thing is I am trying to create a way for ...
4
votes
0
answers
4k
views
In Confluence Cloud is there a way to create a link within a Page to a Heading in the same Page?
The current workaround I use for this is to publish the Page, copy the link for the Heading and then edit the Page again to use the link. This "works" inside Confluence but when exporting to ...
0
votes
1
answer
187
views
Get rid of inline CSS style attribute in confluence
In Confluence Server deployment can give custom CSS file.
General Configuration -> Security Configuration -> Custom Stylesheet for spaces Can be enabled. When I view source the confluence page I ...
0
votes
1
answer
1k
views
How do I calculate duration between the dates in Confluence
I am trying to display duration column with difference between 2 dates in Confluence.
I have tried below:
select *,(CAST(ROUND(ceiling(DATEDIFF(DAY,'From Date','To Date')))as int))+1+ " days"...
0
votes
1
answer
544
views
Confluence User Macro get email address
Hi I'm trying to get the email address of a user with a supplied username parameter. I've been looking on here: https://docs.atlassian.com/atlassian-confluence/6.6.0/
But I haven't been able to find ...
0
votes
1
answer
545
views
Generating content based on input - is it possible?
I'd like the Confluence user to enter a number in a dialog, and then to generate some text inside the page based on that.
EG: Say they entered '12345' - then we'd generate:
Server name: abc-12345-...
1
vote
1
answer
569
views
Jenkins Confluence Publisher - wiki markup plain text to add data in a new row
How can we append/add new row/new cell at the top of the table, to act as the first row, below the headers using wiki mark up tokens. ?
I use Jenkins confluence publisher to send values from Jenkins ...
0
votes
1
answer
403
views
How can I parse a string to HTML in confluence?
I need to add some html code that is generated by a function through a browser page.
Basically I have the following function:
http://www.example.com/?.convert.HTML[]
that returns the following ...