Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

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 ...
Akshay Shinde's user avatar
0 votes
1 answer
463 views

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) => ...
neuroine's user avatar
  • 331
0 votes
2 answers
33 views

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 ...
Rainer's user avatar
  • 11
0 votes
1 answer
180 views

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 ...
Borhink's user avatar
  • 367
0 votes
2 answers
614 views

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....
منى's user avatar
  • 666
0 votes
1 answer
413 views

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=&...
emotionalDamage's user avatar
0 votes
2 answers
1k views

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 ...
harleypig's user avatar
  • 1,304
0 votes
1 answer
171 views

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-...
dersu's user avatar
  • 300
-1 votes
1 answer
236 views

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&...
Rex U's user avatar
  • 11
0 votes
1 answer
108 views

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 ...
Andrei M.'s user avatar
4 votes
0 answers
4k views

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 ...
Dan Def's user avatar
  • 1,983
0 votes
1 answer
187 views

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 ...
Dan's user avatar
  • 1
0 votes
1 answer
1k views

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"...
Gireesh's user avatar
  • 13
0 votes
1 answer
544 views

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 ...
hlh3406's user avatar
  • 1,398
0 votes
1 answer
545 views

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-...
zipprrr's user avatar
  • 99
1 vote
1 answer
569 views

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 ...
Y5288's user avatar
  • 313
0 votes
1 answer
403 views

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 ...
user avatar