Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL Linked Issues of type "blocks"

Dennis S_
Contributor
February 21, 2019

Hi everybody,

 

I´ve tried the following JQL query and it worked fine:

project = xy and issueFunction in linkedIssuesOf("resolution = unresolved", "is blocked by")

Thereupon I´ve tried the following query:

project = xy and issueFunction in linkedIssuesOf("resolution = unresolved", "blocks")

Unfortunately this query did not work. The following error message is displayed:

"More than one link type with description: blocks, this is not currently supported"

Any idea why this happens? Is there any possibility to avoid the problem?

 

Thank you in advance for your support.

 

Best regards,

Dennis

2 answers

1 accepted

3 votes
Answer accepted
Payne
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.
February 21, 2019

Links have a name, an outward description, and an inward description. linkedIssuesOf() uses the descriptions. Names must be unique, but outward and inward descriptions don't have to be unique. You've got 2 or more descriptions of "blocks". You may wish to review your links at https://<JIRASERVER>/secure/admin/ViewLinkTypes!default.jspa and tweak the wording of one or more descriptions.

jira.jpg

0 votes
Dennis S_
Contributor
February 22, 2019

Hi @Payne ,

that´s the solution! Thanks a lot for your support.

Best regards,

Dennis

Suggest an answer

Log in or Sign up to answer