I want to include the linked issues/pages in a result of a JQL to display them embedded in a confluence page.
How do I do this?
You could try linkedIssuesOf in the latest script runner... eg
issueFunction in linkedIssuesOf(
"status = Open"
,
"blocks"
) and resolution is empty
The problems is that I am looking for links not issue-links. In my case I want to get the linked wiki page(s).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do they show up in the remote links? Or do you just mean the address is linked in the text of some field?
I guess you mean you want to show them is the results, rather than filter by them?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Exactly, I want to display them as a column in the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Think you'd need to write a calculated custom field with a renderer/template that fetched the url into an iframe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did either of you ever figure out how to do this? I need exactly this feature. (I'm also in the Cloud version so I'm not sure how much we're allowed to muck about.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.