I have one Confluence page, that is used as weekly meeting memo and it includes Jira issues where people have filled two custom date fields and the starting date is before now and ending date after now. They also add comment directly to Jira issue custom text field "Memo comment" that will show in memo. So the data changes each week.
Now there is an issue that they want the history for each dates to be also easily seen but currently the Confluence page shows only filter based on current state.
I do have Jira in premium but Confluence in standard, so I don't have Confluence automation.
Is there any way I could store historical information to confluence from the "Memo comment" text field?
All that I can think of is:
- filter subscription that includes "Memo comment" that will send email
- or email automation
- or checking history manually from Jira issue.
How can I store the history of "Memo comment" custom field in Confluence? Jira automation allows me to generate new Confluence page on scheduled basis but since at the moment the template would contain filter that shows currently filled data, it would change all the time. As far as I know Jira automation does not let me fill Confluence page with automation with smart values from Jira issues.
Is there any easy way without Confluence premium, plugins, API-s?
The Confluence Rest API allows you to update a page:
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-put
The Jira Automation feature supports a Send Web Request action that lets you call an API.
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Send-web-request
You could use a Jira Automation to update a Confluence page each time the Memo field changes.
I have not worked with the Send Web Request action, but here is an article on its use for accessing the Jira REST API which might help you, and I'm sure there are other community posts on the topic.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.