I have a confluence form which has some fields manually entered and some fields populated from a Jira Issue.
For example i have a Jira link field where the user keys in the Jira key and the rest of the fields like summary, status, description etc gets pulled from the Jira directly in to the form.
Having said that i want to pull all the issues linked to this Jira key as well in to the form, But am not able to. If i say JiraLink.fields.issuelinks.outwardIssue.key , it pulls the keys but not as a link but as text. Please let me know how to pull all linked issues as Jira links.
That is because the "outwardIssue" contains a jira issue key in the "key" property.. it does not contain a link.
You need to check the structure returned and see what data is available for "outwardIssue"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.