Questions tagged [confluence-macros]
36 questions
5
votes
1 answer
Display PlantUML in Confluence from BitBucket
Confluence supports displaying PlantUML diagrams using for example PlantUML for Confluence macro. Basically, one copy-pastes a source code of the UML diagram and it's correctly rendered in a page.
Macro usage and render:
Question:
My goal is to…

Nikolas Charalambidis
- 40,893
- 16
- 117
- 183
3
votes
0 answers
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 PDF the link always navigates to the top of the…

Dan Def
- 1,836
- 2
- 21
- 39
1
vote
0 answers
Confluence not able to display iframe's content completely (CORS issues)
I am using the "Raintank" website, which hosts public Grafana dashboards. Here is the iframe they give me:
1
vote
1 answer
Confluence open source / example apps that integrate with Jira
I am considering creating a custom Confluence app that displays information from Jira.
Are there examples or open source projects for me to take a look at?

onknows
- 6,151
- 12
- 65
- 109
1
vote
1 answer
com.ctc.wstx.exc.WstxLazyException] Unexpected character '=' (code 61) (expected a name start character) error in confluence
I created and uploaded a confluence macro plugin. On manage app screen it show plugin has been installed and enabled, however, in logs I see below error. Also, the macro is not rendering as expected. I tried to get some help on google but could not…

user1149426
- 13
- 4
1
vote
1 answer
Confluence - get amount of occurred name tags in a table over multiple conflence pages
I've a little question about Atlassian Confluence, queries and tables.
Consider the following:
I've a Confluence page, called CodeKata's
This main page has sub-pages like
2020-January
2020-February
...
These sub pages have a table with the…

SleepyX667
- 670
- 9
- 21
1
vote
1 answer
Page creation with IFrame macro using Confluence API
I am using the following simple curl call to create a new Confluence page with an embedded IFrame macro that references an external site:
curl -u : -X POST -H 'Content-Type: application/json' -d '{"type":"page","title":"A Test…

Andrew Tyson
- 67
- 1
- 8
0
votes
1 answer
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

Borhink
- 307
- 1
- 3
- 15
0
votes
1 answer
Code using the confluence API to display statistics about the pages in 1 given space
I would like to write some code in the scriptrunner console to display some statistics about the pages in a given confluence space. I would like to display the current…

Mouna Camelia Hammoudi
- 596
- 1
- 5
- 19
0
votes
2 answers
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.pages.PageManager
import…

Mouna Camelia Hammoudi
- 596
- 1
- 5
- 19
0
votes
1 answer
Confluence | How to create a pop-up dialogue or a landing page where users can insert their names to a box to be stored?
We have a newsletter in our firm's Confluence page. But we send our newsletter to people via e-mail and ask them to access it via a link because their Confluence accounts are not activated. So, I would like to have a pop-up box when they first enter…

SNR
- 1
0
votes
0 answers
Confluence: Is there a way to surround text with a class of "tags" that I can call up from a page that lists all instances where the tag is used?
Confluence holds the names of any custom classes that are created for any tasks where they are required. Each client has its own space.
Is there a way to surround the names of these classes with a set of custom "tags," so that I can call up the…

jellaby
- 1
0
votes
0 answers
Adding a custom button beside Edit Permission button regarding user in Space tool section of a Confluence space
I have a requirement to add a custom button beside the user Edit permission button in the space tool section of confluence as mentioned in the below screenshot.
(1.)need to add a button here
I have tried with web item module, (2.) able to add only…

r_k047
- 1
- 2
0
votes
0 answers
How to make an azure ad Graph API call in the existing users search field under Permissions in a Confluence server
I need to make some changes in user permission section of Space tools in confluence server.
changes :I want to invoke an azure ad graph API at the search bar of the user permission section in space tools of Confluence.
I am using Confluence Data…

r_k047
- 1
- 2
0
votes
0 answers
Allow user to add an entry to page in Confluence without using edit button
I'm using Confluence 7.13 and I'm looking to create a page where people can add ideas and thinking along the lines of a table or a form where users can enter ideas. I need it to be able to be able to capture multiple entries. What is the best way…

user3165854
- 1,505
- 8
- 48
- 100