Hello Team,
we are using below versions:
Confluence datacenter : 8.5.5
Jira datacenter: 9.14
we have scripted field on jira side to get issue ID
and in the code written is like below
listBlockingIssues is a arraylist which will store all linked issues
if (linkedIssueTypeName.equals("Anomalie DS")) { listBlockingIssues.add("<a href='${baseurl}/browse/${linkedIssueKey.toString()}'>${linkedIssueKey.toString()}</a>" + " / " + "<font color='${colorStatus}'>${linkedIssueStatus.toString()}</font>" + " / Requested Release = " + (versionValue ? versionValue : "N/A")) }
before upgrading to datacenter : confluence page was showing proper results
but after upgrade
Hi @Pavan ,
there is a specific open issue for that https://jira.atlassian.com/browse/CONFSERVER-94667
Please vote and watch it.
Hope this helps,
Fabio
Join the discussion on interview best practices and common pitfalls. Share your experiences and learn from others in the Atlassian Community.
Share you experiences!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.