Hi all,
I am trying to mark issues that have linked unresolved issues from type "depends on". I already tried
issueFunction in linkedIssuesOf("resolution != unresolved", "depends on")
but it is not only looking at the type "depends on" - I have the feeling that it is not interpreted as a AND connection - Am I right ? What do I need to do differently?
Many thanks for your help.
Best Sabine
Hi @Sabine Rommel,
I think the first part should be "resolution is empty" - maybe this is the problem.
Hi @Thomas Schlegel,
Oh yes, but when I try this out it is still marking tickets even if there is no unresolved "depends on" ticket linked but unresolved "needed by" that I do not want to be marked (because there is no longer unresolved "depends on" tickets linked. I hope you know what I mean.
Best Sabine
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sabine Rommel - no, it's not an "OR" connection, I've just tested this in my environment.
My JQL looks like this:
project = spa and issueFunction in linkedIssuesOf("project = spa and resolution is empty", "ersetzt")
It's pretty much the same as yours. Have you already tried another link type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Thomas Schlegel,
thanks a lot for your support. At was really helpful that you confirmed that this is a AND connection after further research I found out that you need to look at the page "issue linking" otherwise you will not be able to come up with the correct linking type. By knowing this my query is now working.
Best Sabine
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.