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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.