You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I'm looking for a way to automate adding a comment to a JIRA ticket directly from a confluence page.
Context:
* Use confluence for weekly meeting notes
* Conflu page has multiple JIRA tickets linked.
* JIRA tickets will often need additional refinements or information
* Currently we are adding bullet points of information below each JIRA ticket link, to specify additional context/notes/updates, then copy/pasting this detail into the ticket.
* I'm looking for a way that confluence can take the info from these bullet points, and add it as a comment to the JIRA ticket it's written below automatically
Thank you
Pictures for context:
1) Notes added in confluence page
2) Notes then added in ticket comment
Ooooh, this sounds like a job for the (still in early access) Automation for Confluence (which I missed out on signing up for but ... well, I don't even have a Premium account so meh.)
But alas, it's not available to us yet. :-{
So then, the other thing I thought of was maybe a Webhook? Jira supports this:
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Incoming-webhook
The trick is ... argh, while Confluence has Webhooks, they are not self-manageable yet. There's a feature request for this: https://jira.atlassian.com/browse/CONFCLOUD-36613
In the meantime, a third-party vendor has created a Webhook Manager for Confluence Cloud app which gives you webhooks.
If you have webapp development expertise or resources, you could put together your own "app" with the sole purpose of using it to register webhooks, as mentioned here: https://community.atlassian.com/t5/Confluence-questions/Does-confluence-Cloud-supports-Webhooks/qaq-p/1229110#M161776
ANYWHO, yeah, if you can create a webhook in Confluence, you can use that to trigger an Automation in Jira that would add a comment.
You'd probably have to do a bit of text matching to find the correct text from the Confluence update, and then you would use that in the Comment on issue action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.