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.

×

Forums

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

Can we Create Confluence Page From Jira Cloud use JMWE?

Tyas Iglecias September 27, 2021

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

2 answers

2 votes
Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 28, 2021

Hi @Tyas Iglecias 

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

Tyas Iglecias September 28, 2021

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"

Alex Koxaras _Relational_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 28, 2021

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.

Tyas Iglecias September 28, 2021

Hi @Alex Koxaras _Relational_

thanks for the advice

0 votes
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 28, 2021

Note that you can achieve the same using JMWE's callRest filter, for example in a Build-your-own post-function.

Tyas Iglecias September 28, 2021

Hi @David Fischer 

 

"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"?

Suggest an answer

Log in or Sign up to answer