I would like to be able to:
1/ Set up 5-10 Quick Filters on my company kanban.
2/ Each Quick Filter (let's call them L97, L98, L99...) filters all Issues that have any type of Linked Issue to a specific Issue from another Project(s)
3/ E.g. select L99 Quick Filter and it filters all tickets on my ProjectABC kanban that have a Linked Issue (of any relationship type) to Issue XYZ-99 on ProjectXYZ kanban
The filter lookup seems to be ok with:
linkedIssue = XYZ-99
But when I check the actual filter on the board it doesn't seem to work, i.e. no Issues show even though I have triple checked the links are present.
Hello @Luke
did you try IssueLink = XYZ-99
Else your quick filter looks good. Can you browse these issues with an advanced research ?
Oh my goodness, was it really that simple?! 😊
Thank you!
Using the following solved it:
IssueLink = XYZ-99 ✅
I had mistakenly put:
linkedIssue = XYZ-99 ❌
Which annoyingly Jira had validated! In fact it prompted/suggested the following if you type 'link' into the Quick Filters JQL field...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's vicious, I agree
I didn't now the difference between this both queries before, thanks to you ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, didnt work for me unfortunately. Neither IssueLink nor linkedIssue validate for me!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could i ask how to set up the filters for 2) on lukes post . Im looking to do the same thing I think ...
Issue type= Epics
that has an implements linked issue
OR
that does not have a linked implements issue
Looking to understand any 'orphaned' epics>initiatives
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
arghgh think ive found it thanks
https://support.atlassian.com/jira-service-management-cloud/docs/jql-fields/
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.