I have an automation that will copy linked issues to a text field. The problem is i am only getting the text value of the issue and not the hyperlink value. I want users to click on the linked key and it will take them to issue view page.
Hi @Korede Sam and welcome!
The following works for me to get the full URL of the inward link:
{{issue.issuelinks.inwardIssue.url}}
As you already have this exact expression in your rule for the "outwardIssue" – did you try appending the "url" part to the inwardIssue as well?
Let me know if this helps!
Thanks for your response. Yes i did and the result is still the same. We just the need the linked issue key hyperlinked
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Korede Sam Which custom field type are you using for the "Link key issues" field? In order to have clickable links, you'd need to use an URL field for every single link or a paragraph field.
But I am curious about your exact use case. Because issue links are already displayed and clickable on the issue itself, why do you need a separate custom field for your requirement?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Michel Neeser I am using a paragraph field. The use case is to have the field display linked issues attached to a ticket in Plan. I have a stakeholder that need this for reporting and meetings. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Korede Sam In order to display hyperlinks in paragraph fields, you need to change the field renderer of that field. You can do so as follows:
From now on, your paragraph field should display clickable hyperlinks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Michel Neeser That works. I was able to get the linked issue but Jira Plan does not support paragraph field and text field only display text . Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Korede Sam Glad I could help! Please consider accepting the answer, maybe it is helpful for others as well. Thank you. :-)
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.