We have some Automation that will create a new Jira Ticket and then create a Confluence Page using a Template. We are able to insert the {{createdissue.key}} into the page title in the Automation but aren't able to create a link to the Jira Ticket in the body of the template that is used for the Confluence page.
Is there anyway of passing through the Jira ticket url into the template body
Here's the automation, ideally I want to add the issue id to the Template as it is created in Confluence I can add it to the Title but I want to pass it as a parameter into the template itself.
Hi @Mike Monk
normally with issues the following smart value provides the URL to an issue:
{{issue.url}}
see the link below:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--issue.url--
Hope this is helpful.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
oh....I see. I wasn´t aware of where the url should go.
Please appologize but unfortunately I have no idea how to solve this problem :(
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Mike Monk
Kindly share the snapshot of the Automation rule settings
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.