Hi,
I need to select issues that with "blocks" link
my query: issueFunction in hasLinks(blocks) AND resolution = Unresolved AND project = "P1 Integracja"
And this query return issues with "blocks" AND "is blocked by" links.
Some issues have ONLY "is blocked by" links and they are on the list.
Please help
For link we have
If you need to get both outward and inward links you should use "issueFunction in hasLinkType(Link name)".
If you need to get outward or inward links separately you shouls use ssueFunction in hasLinks(blocks).
You can also get both link like "(issueFunction in hasLinkType(blocks) or issueFunction in hasLinkType(is blocked by) )"
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.