Hey guys! I have red a lot of posts but still dont see any answers concerning the jql search by function issuesWithRemoteLinksByGlobalId(). This function as I understood requires GlobalID.... that I am not able to detect in Web Links. Unfortunately on Developer community I also didnt see any tutorial for an end user to understand how exactly I can search for issues that are linked to a particular web. Can anybody help with this in Cloud and DC? (as I can see this function is supported in both Cloud and DC).
Please avoid sujestions about script runner or any other app that has constructed this functions on their backend.
I need pure JQL and steps how to obtain all nessesary requisites to be able to use this function))) Probably it doesnt work at all right now?)
Hi @Mariia Romanova _Marketplace Expert SL_
This is for searching like linked confluence pages to a jira issue.
Also see post, How-do-I-use-issuesWithRemoteLinksByGlobalId-fonction-in-JIRA
thank you Marc) I saw this articles ))) both of them dont explain how to extract GlobalId))))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mariia Romanova _Marketplace Expert SL_
To get the global ID of the remote link, you can use the REST API.
https://<yourSite>/rest/api/3/issue/<issueKey>/remotelink
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.