Hi,
I am trying to create a quick filter for all issues that are either blocked or are blockers. Can you advise syntax please. Thanks heaps!
Hi, you can use Jql Search Extensions
In cloud:
linkType ="is blocked by"orlinkType ="blocks"
Server:
issue in linkType("is blocked by")orissue in linkType("blocks")
Hi, you need to use Script Runner plugin JQL function.
issueFunction in hasLinks("blocks") OR issueFunction in hasLinks("is blocked by")
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.