Hi there,
I have created an automation where I automatically create a Confluence page from a newly created Jira issue. Now I want to automatically link the Confluence URL in the Jira ticket using ‘Link Confluence Page.’ Afterwards, I also want the Confluence page to be automatically linked to the Jira ticket.
I am not a developer, and I have spent hours researching how to implement my idea using the ‘Send web requests’ automation – unfortunately, without success. Can someone give me an advice?
Thanks in advance :-)
Hi,
I used this endpoint. https://[yoursite].atlassian.net/rest/confluenceIssueLink/1/confluence?issueId={{issue.id}}&pageUrl={{createdPage.url }}. Takes some time (2~10 minutes) for cloud to index the link. The link is created right away but based on my experience it does not open right away.
It would be so cool if this works! I was trying it as well with the webrequest but for the life of me I couldn't figure out what to do with just the {{createdPage.url}} as output.
If your experience is that the URL might not work right away, in Cloud there is since very recently a 'Delay' option added, which would help avoid issues:
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.
I used the same web request configuration, but I'm encountering an issue where the API endpoint returns a 401 when using the Personal Access Token (Base64 encoded) in the Authorization header with the Basic Auth schema.
When inspecting the request made by the browser when adding it manually, I noticed that authentication is handled using a tenant session token in a cookie.
Has there been a recent change to the authentication mechanism, or am I overlooking something in my request setup to the API?
In the screenshot, the "Continue when request response is not 200" option is enabled. This prevents the error from being displayed but doesn't actually resolve the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Fabian_Fischer3 -- Welcome to the Atlassian Community!
As this is a very old thread, please create a new question (perhaps adding a link back to this one). That will ensure the maximum number of people see it to offer suggestions.
When you post your question, remember to include:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Schuuudi ,
Yep, it seems like the automation is still limited in this area. I would love to see some movement on the jira<>confluence automations as I have a similar need for Post Incident Reviews in my current assignment.
Some workarounds have been suggested:
best regards
/L
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I appreciate the confirmation that there are obviously still gaps here - that doesn't make me feel quite so stupid ;-)
I have already read a few posts on this and will now follow up on your last tip.
Thank you :-)
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.