I want to search for epics which do not belong to a list of initiatives through the parent-link relation. With JQL, there is no option of not in operator with Parent Link.
Thanks you for your prompt answer. OK to use parent.
But how can I use parent to exclude the epic which belongs to a list of initiatives.
Something like:
... issuetype = Epic AND parent not in (Initiative_1, Initiative_2)
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks John, I don't have the "is empty" option for parent.
When I use this
issuetype = Epic AND parent not in (Initiative_1, Initiative_2)
I still have issues returned which belongs to Initiative_1 and Initiative_2.
Is there a way to check the value of parent for a given epic?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using that query, there should not be issues showing up. Can you share a screenshot?
Why can you not use the parent is empty? What do you mean you don't have? Did you try the query as I have above?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
First, our epics are linked to initiatives thanks to the Parent Link attribute. Maybe that explains why this does not work with parent. Should I link epic and initiative with "is parent of" then?
Second, I don't have the "is" operator for parent as shown in the picture
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you done this as a linkage? Or you have put a value in the Parent Link field? If you add the Parent field to the screen, is it populated?
For the "is" problem, try using parent = ""
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've made a try on my own and yes this works.
Do you confirm that Parent Link should not be used anymore and we should migrate to materialize this relation with linkage?
A part from my filter, is there any other drawback to continue using Parent Link?
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.