Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Select Confluence Space in Jira Automation "Publish New Page" Action

cvanduyn
Contributor
July 26, 2026

I'm testing a Jira automation that runs on a schedule, invokes an AI agent, and then creates a Confluence page using the agent response as the page content.

The Confluence connection authenticates successfully and shows as Connected, but when I get to the Space dropdown in the Publish New Page In Confluence action, no spaces are available to select. I've tested this with multiple Jira spaces (projects) in the same Atlassian organization and Jira site, with the same result...

I've attached screenshots of:

  1. The automation
  2. The successful Confluence connection
  3. The empty Space dropdown

Has anyone else run into this?

Is there a permission or configuration I'm missing, or could this be a bug related to some of the newer Atlassian Automation/AI features that have been rolling out?

 

1.png2.png3.png

4 answers

2 votes
Gabriela - LeanZero
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 26, 2026

Hi @cvanduyn, if that flow is scoped to a single project, this is AUTO-2415, raised on 22 July. The space picker in a project-scoped rule sends your Jira project id where a Confluence space query belongs, so nothing comes back to list. That fits the Connected status and the No space found across the projects you tried.

Rebuild the same action under Global Automation to confirm it. Spaces populate there, and that's the way around it too. Build the rule in the project with everything except that action, open it from Global Automation, switch the scope from Single project to Global, pick the space, then set the scope back and save. The space survives the switch.

@Jose Carlos Gomez, the ticket already has six votes and fifteen watchers, so you've got company.

https://jira.atlassian.com/browse/AUTO-2415

1 vote
Jose Carlos Gomez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 26, 2026

Hi @cvanduyn

 

It's a big coincidence that I'm experiencing the exact same issue. I'm unable to select a Confluence space in the Jira Automation "Publish a new page" action. The problem started on Friday, July 24, 2026. I spent several hours troubleshooting it but haven't been able to find a solution.

My suspicion is that something changed on the Jira/Confluence Cloud side that's preventing Jira from retrieving or displaying the available Confluence spaces.

This automation has been running successfully in production for months. Last Friday, I imported the rule into a different Jira instance for additional development work, and that's when I first noticed that I could no longer select a Confluence space. I then checked the original production rule, which had been working without issues and found that the same problem had appeared there as well.

Since the issue surfaced simultaneously in both the new and existing environments, it seems likely that a recent change in Jira or Confluence Cloud is causing the integration to fail when loading available Confluence spaces.

Has anybody else in the community experiencing this issue?

BTW, I'm an Org Admin in all Jira and Confluence instances.

Nina Bahler
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 27, 2026

+1 I have experienced the same issue today: I can't select a Confluence Space for the automation rule ("sorry we're having trouble loading results right now" when trying via Studio, or "no spaces found" when creating the rule via automation in space settings), I am also an Org Admin and owner of all instances and spaces.

 

Jose Carlos Gomez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 27, 2026

Hi @cvanduyn 

I submitted a support ticket to Atlassian and they resolved the issue. They mentioned that it was due to a possible internal incident. They stated that they applied a workaround and everything works as expected now.

Like Gabriela - LeanZero likes this
Gabriela - LeanZero
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 28, 2026

It came back on its own this morning. Two reporters on AUTO-2415 said so twenty minutes apart, 07:18 and 07:35 UTC, both seeing the space dropdown populate again on their own sites, and that lines up with what support told Jose. Re-open the action and look before you rebuild anything.

@Nina Bahler that covers the "no spaces found" you got from space settings, which is the project-scoped path the ticket describes. Your Studio symptom might be its own thing. One of the reporters on that ticket has Studio creating the page fine but refusing to let them change the target space. It's still Needs Triage with no resolution, so if yours is still empty, a comment there naming your rule scope does more than another vote.

Ryan Longridge
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 28, 2026

The evidence is still here 

1 vote
Davit Mkrtchyan - Be On Time
Contributor
July 26, 2026

Hi @cvanduyn!

 

This is a classic and quite frustrating scenario where "Connected" doesn't necessarily mean "Authorized."

 

In Atlassian's ecosystem, the Connected status in the automation settings usually confirms that the OAuth handshake or API token authentication was successful (i.e., the system knows who you are). However, the empty dropdown in the "Publish New Page" action is an authorization issue (i.e., the system doesn't think you have the right to do anything in those spaces).

 

Here is a checklist to narrow this down:

 

1. Verify Space-Level Permissions: Ensure that the exact account used to establish the connection has the 'Create Page' permission in the target Confluence spaces. If the user can't manually create a page in that space, the automation won't see it.

2. Test with a Space Admin: To rule out a bug in the AI agent/Automation flow, try creating a temporary connection using a Confluence Space Administrator account. If the spaces suddenly appear, you know it's a granular permission issue with the original account.

3. Global Permissions: Check if the account has the global permission to use Confluence. Sometimes, a user might have access to a space but lack the broader permission to interact with the Confluence API.

4. The "New Feature" Factor: Since you mentioned this involves the newer AI agent features, there might be a specific "App" or "Bot" user created in the background. Check the User Management in Confluence to see if any automation-related service accounts have been created and if they are added to the space permissions.

 

Pro Tip: If you have access to the browser's Developer Tools (Network tab), try clicking that dropdown and look for the API call to /wiki/rest/api/space. If you see a 403 Forbidden or an empty array [] in the response, it confirms that the API is rejecting the request based on permissions, not a connection failure.

 

Hope this helps you get those pages publishing! 🚀

0 votes
Clara Belin-Brosseau_Elements
Atlassian Partner
August 3, 2026

Hi @cvanduyn

As an alternative to Automation, you could try our app Elements Publish instead.

It's built for this exact use case: you can automatically create a Confluence page from a Jira issue and insert any field directly into the page, including inside a Confluence template body (something Automation currently can't do, it only supports smart values in the page title).

Another advantage: Elements Publish can keep the Jira issue and Confluence page synchronized, so every time a field is updated in Jira, the Confluence page stays up to date automatically.

You can check the documentation here if you want to take a look. Also, don't hesitate to try the app, it's free for 30 days (and stays free under 10 users).

Suggest an answer

Log in or Sign up to answer