Skip to main content
Filter by
Sorted by
Tagged with
Best practices
3 votes
1 replies
88 views

I created a custom GPT at work so employees can ask it questions about Confluence and Jira as expert knowledge about those products is limited to only a few people. In the spirit of making it stronger,...
NewPythonUser's user avatar
0 votes
0 answers
51 views

I'm not sure if this is impossible or I'm doing something wrong. I have a team of about 20 - 30 people. Outside of our normal sprint work, we have bugs that come in for on call engineers. I want to ...
Spider's user avatar
  • 465
1 vote
0 answers
194 views

I got this python code that creates a new page in confluence through the API. Works fine. But i would also like to embed a draw.io diagram into that same page, with this script. The diagram could for ...
user9200's user avatar
1 vote
0 answers
49 views

I'm working on a Confluence plugin (not Cloud) and trying to allow the admin to write a custom SQL query in the UI. Once the query is written, a button should trigger the execution of the query, ...
MIkailK's user avatar
  • 11
0 votes
0 answers
393 views

I’m trying to download Confluence pages in a space as PDFs using the Confluence API and a Python script. However, I am unable to download the PDF despite manually being able to export pages via the ...
sdave's user avatar
  • 570
0 votes
1 answer
320 views

I am working with Confluence 8.5.12 (on-premise) and I need to extract data from a Confluence page that contains a table created using the Table Transformer Macro, which relies on SQL queries based on ...
Hooray123's user avatar
-3 votes
1 answer
190 views

I am trying to style the header of a panel in confluence by calling out a specific Macro. I can style the panel header fine by using: .panelHeader { color:xxx Font-Family:xxx } The issue is when I ...
Dochollidae's user avatar
1 vote
0 answers
53 views

We're trying to fetch Confluence page content on a WordPress site using the Confluence API. The API returns a response when tested via Postman, but it doesn't work on the WordPress page. I've created ...
user6725932's user avatar
-1 votes
1 answer
341 views

When publishing ascidoc Documentation via the docker-image confluence-publisher in my GitLab CI/CD Pipeline i got the error: A page with this title already exists: A page already exists with the same ...
Endunry's user avatar
  • 1,020
0 votes
2 answers
376 views

I am working to create a ci/cd pipeline for "documentation-as-code", where a number of Confluence pages need to be converted to Markdown and moved to a GIT repo. The Confluence pages contain ...
Steinar Kjærnsrød's user avatar
-1 votes
1 answer
97 views

I'm redesigning a confluence page that displays various visualizations. I am using the following code: <div class="carousel"> <img src="image1.jpg"> <img ...
SQLHound's user avatar
  • 572
0 votes
0 answers
27 views

I am watching a video in youtube tutorial working with strapi here is the link : https://www.youtube.com/watch?v=gPFbxwRGhiQ&list=PLVpp0SvtYtdfMvoSB1NwHq3J0MFHSz5FQ&index=17 at 4:34 ,You can ...
orinon's user avatar
  • 1
0 votes
1 answer
82 views

I am trying to generate a document for Confluence. The source data is an RST document containing LaTeX formulas, which sometimes include Cyrillic characters. Here is my conf.py configuration file: ...
roman's user avatar
  • 27
4 votes
1 answer
2k views

I am following the Confluence API search documentation to implement text search with CQL (confluence query language) in the company Confluence pages. Here is my code for a search query: import ...
Kristada673's user avatar
  • 3,764
2 votes
0 answers
1k views

Problem: I am trying to set a Link to a table row in confluence. Attempted solution I tried the Anchor macro to a table cell. I could create the anchor macro correctly When I link to the Anchor macro (...
scs's user avatar
  • 597
1 vote
1 answer
608 views

In one of my projects I am using the Confluence Plugin draw.io (https://www.drawio.com/). I am quite often exporting the diagram as a PNG from my Confluence page and will send it via E-Mail to ...
Aleph0's user avatar
  • 6,104
0 votes
1 answer
637 views

I am new to atlassian development. I am on cloud version of atlassian. I want to call an external api via http, and display its result in confluence page UI. I want that every new page that is created ...
singh_v's user avatar
  • 172
-1 votes
1 answer
98 views

I'm running into an issue with implementing an interface dynamically and couldn't figure out how to achieve that. Here is my problem: I'm developing a plugin application for Confluence, I have a class ...
Leon kong's user avatar
  • 149
-2 votes
1 answer
464 views

I'm trying to find any information on how I can create an event in Team Calendar in Confluence, but I can't find anything useful for JS. The official documentation is missing, and there are only ...
juniorQuestion's user avatar
0 votes
1 answer
241 views

I use Allure report in Azure DevOps, and hosted this report in Azure Storage Account. I want share this report in my confluence page. For implement this i use macro "HTML include". But when ...
kostukp96's user avatar
  • 442
2 votes
2 answers
2k views

Confluence provides the new feature to create a database page: Now I would like to acces the data entered in such a database via API. Unfortunately I cannot find any documentation on how to do so. I ...
Stephan Häberle's user avatar
1 vote
1 answer
484 views

I am working with Confluence Data Center in an on-premises environment and I'm looking for a way to access the number of views for specific pages programmatically. I've been searching through the ...
user7680924's user avatar
0 votes
1 answer
1k views

When I try sample code given here: from langchain.document_loaders import ConfluenceLoader loader = ConfluenceLoader( url="<my confluence link>", username="<my user name&...
Sameer Mahajan's user avatar
0 votes
1 answer
84 views

I am trying to find a way to select all text in a expand macro on confluence page on Macbook pro. i.e. How to select all text in expand macro on confluence page?
Shahjahan Ravjee's user avatar
0 votes
1 answer
32 views

I have a endpoint point which has a body..I want to take values of end point from confluence (wiki) and then call that endpoint with confluence scripting. Can any one provide me a detail steps on how ...
vineeth sargant's user avatar

1
2 3 4 5
25