I'm looking for a way to access info related to remotelinks on an issue without having to do API calls and text manipulation. These remote links are NOT issue links.
I have several jira automations for handling issues of a certain type. When this type of issue is created, an automation runs that does the following:
The first problem I've noticed is that when using the "Create page in Confluence" automation action, there's not an option to automatically link the created page to the trigger issue. So I have to either manually link the page after the automation runs or include additional API calls to link the wiki page. (How to link a Confluence page on a Jira Cloud Issue via Rest API )
I have a manual automation that will add content to the created wiki page using an input variable for the page ID. However, I'd like to have the manual automation add content without requiring an input value.
Confluence pages linked to Jira issues are added as remote links. I haven't been able to find any smart values that would return remote link values tied to an issue so to do this I had to:
This seems excessive with unnecessary steps to get remote links tied to an issue.
The remote links are also not included when exporting issue data.
If an additional App is an option for you. We developed an App called AutoPage that covers this.
Autopage automates rule based page creation from Jira issues and sets a link between Jira and Confluence automatically. Beside of this you can use templates for the page creation that contain the definition which information from the Jira issue should be shown in the created Confluence page.
The app is fully integrated with Jira automation. So you can use the full power of automation with it.
In your case you replace the step of creating a wiki page with automation. Instead you trigger the AutoPage Rule with Automation and you get a page that is linked, styled, prepoulated and in sync with the Jira issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.