Hi All, scenario involves creating a page in Confluence. I know automation can do this, but I would like to know if/how you specify the parent page for the page being created. In particular, if the Parent page can be based on a value in a field. For example, we have issues in our project that represent business processes, and these issues have a page in Confluence. I’m curious to know, if we were to store the URL/ID/[some other location info] of the page on the Jira BP issue, whether automation could use that value to identify where to create a Confluence page. What would the automation look like? Any assistance appreciated.
Cheers, Will
Based on your scenario you can (in confluence automation):
1. Use "Send web request" action to get value from field in a ticket via jira rest api
2. Based on response create new variable with value from point 1
3. Use "Send web request" action to create page via confluence rest api and use variable from point 2
Regards,
Seba
Thanks Seba, appreciate the response. Implemented and it works!
Cheers, Will
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I'm missing something here, are you talking about to create a Confluence page from a jira ticket?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Will,
if an additional App is an option for you, our App "AutoPage" can be helpful for the use case. You can define where in the page tree a new page should be created, according the issue attributes,
Beside of this you can define page templates. These templates are used for page creation and with given macros you can display jira issue content in created pages.
The App is fully integrated with Jira automation
You can try the App for free in the Marketplace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community @Will Buchner !
When you specify an Action in your automation rule, you will the option to specify the Parent page as well. Now the question is, are any conditions that need to be met here, since with what you have described a trigger of Issue created in Jira and also the action to Create page in Confluence would suit your needs.
Let me know what I'm missing here.
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.