I'm trying to make an automation that will:
For example:
So far I managed to make automation for creating a Confluence page automatically when a Jira sprint is created. What should be the next steps to create automation that creates a new issue page under the parent sprint page?
Hi @Vitalii Mural -- Welcome to the Atlassian Community!
First thing: when do you want to create those issue pages in Confluence?
If they are created as soon as an issue is added to a sprint, there could be quite a bit of "churn" when issues are added / removed from sprints. Thus requiring either manual cleanup or, with more risk, automated deletion of unneeded pages.
Next, I do not believe the Create Page action allows dynamic selection of the parent page, and thus your second rule to add the page will need to call the REST API with the Send Web Request action. Here are the references needed to do that:
Kind regards,
Bill
Hi @Bill Sheboy
Those issue pages are going to be created as soon as an issue is created within a sprint.
I'm aware that this can bring a lot of confusion and "churn". Therefore, as the next step of this integration, there would be a process that'll automatically move issues to different Confluence pages when they are moved to different sprints.
Thanks for the references!
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.