Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi Guys,
In my workflow, some states need input detail information in confluence
can JMWE make Jira cloud trigger to create Confluence Page?
Regards,
Tyas
You can create a confluence page using webhooks and REST API with jira automation. No need for JMWE. You can use this post as a starting point to get you thinking https://community.atlassian.com/t5/Jira-articles/Automate-your-Confluence-documentation/ba-p/1771718
Hi @Alex Koxaras _Relational_
thanks for the articles, I think its for Create new Confluence Space (correct me if i'm wrong)
but I have specific Space ( Example : Space "A") for a number of page, need to be create from states changes
Example : I have states Open > Requirement > Design > Testing
What I need, after states change to "requirement", jira trigger Confluence create page "Requirement" in Space "A"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Tyas Iglecias
Yes, you are correct. It's for creating a space. However, as I mentioned you, it's a great starting point to work your way through REST API and automation, and learn how to create a page on an existing confluence space.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that you can achieve the same using JMWE's callRest filter, for example in a Build-your-own post-function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"you can achieve the same using JMWE's callRest filter" >> its mean we need to generate API token?
for my case :
I have states Open > Requirement > Design > Testing
What I need, after states change to "requirement", jira trigger Confluence create page "Requirement" in Space "A"
can you give example how to build script "Build-your-own post-function"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.