What we need: We want to build a calendar for our teams that would need to display a specific custom field from Jira Issues as a Title for each entry. Instead of the issue Summary, we want to display the "Department" that requested the issue as a title.
For this, I thought of two solutions:
Either we find a way to use custom fields as titles to Confluence Calendar entries, OR we create events from each Jira issue - but these events would have to be tied to the issue, as they would need to update automatically if the issue received any update (i.e., a new Deplyment date).
How can we achieve this?