How to get all issues that block particular issue?

lpetrinsak December 3, 2019

I have come up to this: issueFunction in hasLinks("Blocks")

But I need a way to specify a particular issue for "Blocks"...Is there a way to do this?

1 answer

1 accepted

0 votes
Answer accepted
Antoine Berry
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 3, 2019

Hi @lpetrinsak ,

Kindly try 

issueFunction in linkedIssuesOf("key = ABC-123", "Blocks")

Antoine

lpetrinsak December 3, 2019

Thank you, works like a charm!

Like Antoine Berry likes this

Suggest an answer

Log in or Sign up to answer