Retrieving Wiki Page linked issue via JQL

KPAH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 4, 2013

Hi. How can I retrieve a linked Wiki Page using jql linkedIssues()?

2 answers

1 accepted

2 votes
Answer accepted
Tiago Comasseto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 4, 2013

Hi there,

As far as I know, JIRA doesn't have this functionality out of the box, but there are some plugins that may help you to retrieve this information:

https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin

https://marketplace.atlassian.com/plugins/org.craftforge.jira.craftforge-jql-functions-plugin

I hope this has helped.

Cheers

KPAH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 4, 2013

that's unbelieavable... so I can retrieve some of the links, but not all types of them? lame and incomplete implementation seems to be Atlassian MO.

SSchoepel September 16, 2014

I agree.

Valentina_Palacin November 6, 2018

After looking around, I found this beautiful answer, which will help you with the matter: https://community.atlassian.com/t5/Answers-Developer-Questions/JIRA-REST-API-retrieving-issue-links/qaq-p/490468

 

Look for Konrad Garus  replay.

Martin Cleaver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 7, 2019

Looks like Konrad's reply was for an API-level question. KPAH's question is for JQL, not API.

Shradha Singh March 5, 2020

Hi @Martin Cleaver 

I am also looking for same. Did you find the answer.

1 vote
Martin Cleaver
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 5, 2020

@Shradha Singh 

This was a win for ScriptRunner, there's an example on https://stackoverflow.com/questions/26971703/jql-how-do-i-search-for-jira-issues-that-link-to-urls-with-a-certain-pattern 

The only catch is the page URL has to have that format, with the viewpage and PageId, e.g. linkedIssuesOfRemote("https://yourserver.com/pages/viewpage.action?pageId=107785685 ")

Regards, Martin [Blended Perspectives]

 

Suggest an answer

Log in or Sign up to answer