I've designed a filter to retrieve all the current items we are working on to display them on our board, but some of them, part of the "Service Desk" project, don't appear in the results.
I've simplified the filter to easily identify their miss:
project in ("Service Desk") and issueLinkType != "is implemented by" and status not in (DONE, CANCELED) ORDER BY priority DESC, created DESCI now have 6 work items in the results, instead of 9. I should also have the following work items:
We have double-checked the filter and the status of the work items within the team, but we can't determine what's wrong.
Do you have any suggestions?
Hi @Nicolas , to zero in on the possible reason let's try to cull out the culprit. Let's try the following to see if the missing three appear.
project in ("Service Desk") and status not in (done, canceled)
Hi @Jack Brickey , yes they appear, but among far too many work items.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nicolas , good. So now we can suspect that the issue lies with the issuelinktype. Let's try the following:
project in ("Service Desk") and issueLinkType != "is implemented by"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nicolas ,
Have you checked the link type specified in the missing work items?
Sometimes users accidentally choose the wrong one 🙄
Cheers,
Esteban
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Esteban Diaz ,
after checking 2 items don't have a linked issue and third one linkedType is 'is bmoecked 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.