Forums

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

Trying to mark linked unresolved issues

Sabine Rommel October 18, 2018

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

1 answer

1 accepted

1 vote
Answer accepted
Thomas Schlegel
Community Champion
October 18, 2018

Hi @Sabine Rommel,

I think the first part should be "resolution is empty" - maybe this is the problem. 

Sabine Rommel October 18, 2018

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

Thomas Schlegel
Community Champion
October 18, 2018

@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?

Sabine Rommel October 23, 2018

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

Suggest an answer

Log in or Sign up to answer