Skip to main content

Questions tagged [confluence]

For questions about programming related to Atlassian Confluence Data Center, Server or Cloud. Includes Python API, REST API and other questions. Include all tags that are relevant to your question: e.g., [python], [rest], [JSON], etc.

confluence
0 votes
1 answer
18 views

height of an iframe in a Confluence app continuously expands infinitely when the html and body elements are set to 100% height

Issue Overview: We're encountering a persistent problem with our Confluence app where the iframe height continuously expands indefinitely. This issue arises when we set the html and body elements to ...
John Q's user avatar
  • 1
-1 votes
1 answer
47 views

How do I get images to link to urls within my carousel?

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
  • 562
0 votes
1 answer
49 views

How do I remove the leading space in an Excel cell having imported from Confluence

I've looked at similar questions but haven't managed to find an answer. In a Confluence space, I went to Space Settings > Manage Space > Export Space > PDF. I then selected the "Select ...
Jon's user avatar
  • 49
0 votes
0 answers
14 views

Proplem with Strapi client v4

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
1 vote
1 answer
39 views

Unable to pass variable to curl --data containing body in atlassian_doc_format

I am trying to update confluence page with command curl --request PUT --url "https://<url>/wiki/rest/api/content/<id>" --user $TOKEN --header 'Accept: application/json' --header '...
Bibi's user avatar
  • 13
0 votes
1 answer
40 views

How to Resolve 'ascii' Codec Can't Decode Error When Generating Confluence Document with LaTeX Formulas Containing Cyrillic Characters Using Sphinx?

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
  • 55
0 votes
0 answers
20 views

Confluence Draw.Io embedded diagram with simple viewer always open on first page

I have Confluence Draw.io embedded diagram with simple viewer. It always open on first page. I dont see option to change it like in this page ( "Page and Layers) ss: https://i.ibb.co/RvV2990/1....
cargt4's user avatar
  • 51
0 votes
1 answer
30 views

Duplicate CSV row, changing a cell value

TL:DR For every permission Space in my CSV (below) that grants permission to the RBAC group ABC, I need to duplicate the row and grant the same permission to RBAC group XYZ. The long version: I have a ...
Christian Holton's user avatar
0 votes
0 answers
17 views

Update Table Tree in Confluence via API using Python

i've been trying to get a table from Confluence Page which is located inside another Table, and then add new line to the sub-Table and then upload the new updated Table gain onto Confluence. Before: ...
Khaled's user avatar
  • 555
2 votes
1 answer
56 views

In Confluence, how to replicate manual search with API search?

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,672
0 votes
0 answers
6 views

Comala confluence tasks get restored after the page update/edit

On my confluence page i have added 3 tasks for three people. They have completed the tasks. The problem is that anytime I update the confluence page the tasks reaper. Is there any possible solution to ...
pivk95's user avatar
  • 27
-2 votes
1 answer
50 views

How to create confluence page from comments in code?

I have code uploaded to GIT and I want to use the comments to create a confluence page. For example, I have a script with utility functions that do various things. Let's say I use comments like: // ===...
flavio's user avatar
  • 59
0 votes
0 answers
81 views

Set Link to Table Row in Confluence

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
  • 567
0 votes
0 answers
29 views

Confluence API only returning 500 unique records

I'm using the Confluence API to retrieve all pages across a number of different spaces. This was working correctly up until recently when I noticed the API has recently started returning only 500 ...
Super Nova's user avatar
0 votes
1 answer
64 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) => ...
neuroine's user avatar
  • 301

15 30 50 per page
1
2 3 4 5
81