We've got a Google Sheet with clients requirements.
As an initial review I add an issuekey to the sheet to map to an internal requirement.
I'm the using the Jira google sheet plugin to get the status of the issue.
All of this works fine.
I'm also wanting to link to that issue, but everything returned by the plugin is plain text and not a hyperlink. Is there anyway to add this?
Thanks in advance!
Workaround:
=IF(B4="";"";LIEN_HYPERTEXTE(CONCATENER("https://[name of your instance].atlassian.net/browse/";B4);B4))
Where B4 in my case is the Key of my issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey, any update on this? I've got the same issue.
If I choose import type JQL then it's ok, but if I choose Jira() then I received the plain text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.