Questions tagged [confluence-forge]
5 questions
0
votes
0 answers
Atlassian Confluence Forge, trying to understand useState()
From the documentation of Atlassian Forge for Confluence, I am trying this to have a form with a value that can be set. Snippets:
const [formState, setFormState] = useState( {depth: -1});
const onSubmit = async (formData) => {
setFormState(…

gctwnl
- 217
- 1
- 8
0
votes
1 answer
What is wrong with this Atlassian Confluence Forge use of Async Events?
I had to create a queue solution in my Forge app. At first, it worked brilliantly. It was easy to implement from https://developer.atlassian.com/platform/forge/runtime-reference/async-events-api/. Then — for me, out of nowhere — yesterday, suddenly…

gctwnl
- 217
- 1
- 8
0
votes
0 answers
REST Api to get all the groups list associated with a space
I am using confluence 7.13.7. I want a way through which I can get the list of all the groups associated with a space. Is there any API through which I can get this list?

DareToDead
- 57
- 6
0
votes
1 answer
How to figure out REST API route of Comala document management for Confluence Cloud using Forge?
I started using Atlassian Forge to circumvent disabled user macro support for Confluence Cloud. I set out to implement a function that utilizes Comala's REST API according…

Andreas
- 307
- 3
- 14
-1
votes
1 answer
Edit for a page is not offered even though I have admin privileges
I am an admin on Confluence and I cannot edit a page although I have all the possible privileges as shown in the screenshots attached. I think it is a bug, why is this happening and how can this be solved?
the privilege for editing is ON but the…

Mouna Camelia Hammoudi
- 596
- 1
- 5
- 19