Forums

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

What is the JQL used in the dependencies report?

Deleted user January 22, 2019

Hi 

Could you tell what will be the JQL used in the dependencies report?

Thanks

1 answer

0 votes
Grigory Salnikov
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.
January 22, 2019

Hi!

Could you, please clarify, what do you mean by "dependencies"? Is it linked issues or what?

Deleted user January 22, 2019

Hi @Grigory Salnikov

This Q was asked by one of our users and user didn't mention if is for linked issues. However, what if it is for linked issues?

Grigory Salnikov
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.
January 22, 2019

 

Ok, @[deleted] thank you!

It's just hard to imagine what other 'dependencies' might be there :)

As for linked issues, you could try one of the following:

jira query: issues with linked issues

Get list of linked issues - how to?

Deleted user January 23, 2019

Hi @Grigory Salnikov

Our user would like a query to return all issues in the project that have a link "is blocked by".

What could be the JQL query for this?

Thanks

Deleted user February 12, 2019

Hi @Grigory Salnikov

Do you have any solution, The jira version we are using is V7 .11.1 and when I run the query projects= <Projectname> AND issue in linkedissues("is blocked by") it throws me error that Issue 'is blocked by ' could not be found in function 'linkedissues'

We are also tried issue in haslinks("")  which also didn't work and  throws error "Unable to find JQL function 'haslinks()'"

Thanks

Like Grigory Salnikov likes this
Grigory Salnikov
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 13, 2019

Hi @[deleted]!

The "haslinks" function is not included in basic JQL functions. It's a part of the following marketplace app:

Script JQL Functions - Adaptavist ScriptRunner

If you want to use this function you'll need to have this app installed.

Aakash Chauhan
Contributor
March 26, 2020

linkedissues("is blocked by") returns the error because the first param is the issue key and the second param is the issue link type which in you case is "is blcoked by". use it like this - issue in linkedIssues("issue-key","is blocked by'). 

More appropriately you can use this jql to search "is blocked by" issues : project="your_project_name" AND issueLinkType="is blocked by" .

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events