I would like to use the field Sprint End date from a Sprint in Jira and show it on a confluence page. Is this possible in an automated way?
Welcome to the community.
You could use an automation that creates a Confluence page based on sprint created or started.
In the Page content use the smart values {{sprint.endDate}}
Example:
My preferred action would be to be able to integrate the sprint end date using the functionality Insert Jira Issue/Filter directly on Confluence. Is that possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No this is not possible, directly.
You could make a custom date field in Jira (Date/Time field), then create an automation rule that will trigger on issue creation or issue update or sprint field edited, will fill this new custom field.
In the edit action, select the new custom field and set the value of this field to the smart value {{sprint.endDate}}
Then this Custom field can be used in the jira issue macro in Confluence
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.