Hello All,
We have a DC for Jira and Cloud for Confluence.
i'm searching for a way to create an automatic release notes once a version is published.
preferably without any add-ons.
is it possible?
Hey @Marc - Devoteam
I was able to create a page in cloud confluence using web request in the automation.
The problem i'm facing is how to propagate all work-items in the release to one page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @arielei
Without seeing the specifics for your rule context...
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.
Hey @Bill Sheboy
Thanks but that wont work as i can only create a single var and not a lookup table in DC.
i need the full list of work-items with relevant data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not believe you need a lookup table. Instead, I was suggesting to used the Lookup Issues action: https://confluence.atlassian.com/automation/jira-automation-actions-993924834.html#Jiraautomationactions-lookup-issues
Using the {{lookupIssues}} result, iterate to create the page content, and then store that with a single Create Variable action: https://confluence.atlassian.com/automation/jira-automation-actions-993924834.html#Jiraautomationactions-create-variable
Then use that variable in the endpoint call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @arielei check out this article from Atlassian. how-to-configure-default-release-notes-in-jira/
You should be able to create a template for the Release Notes.
I saw some other articles out there, and there were also references to some third party addons if you're interested.
Hope that helps.
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.