Hi team,
project has 2 boards(board A , Board B), one board must has the issues that belongs to XYZ epic(board B)
which is possible (writing query)
the thing is i am able to see XYZ epic in both the board epic panel.
I want XYZ epic to be seen only in Board B.
if i make the epic mark as done in Board A then it will also be removed from Board B .
why is it?
Kindly let me know is it posible to hide the epic from epic panel from one board to another?
Thanks,
Abhishree Nqagesh.
Hi @Abhishree Nagesh ,
Board A filter:
project = ABC AND "Epic Link" != ABC-XX
Issue Key(Epic XYZ)=ABC-XX
Hi ,
Board A filter query is simple(project = ABC order by Rank ASC)
Board B filter query is(project =ABC and "Epic Name" = "XYZ"0
what changes should i do to remove the epic XYZ epic from Board A epic panel.
Thanks,
Abhishree Nagesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Board A filter query should be (Project = ABC and key != (the key of issue XYZ) )
Board B filter query should be (key = XYZ)
key =XYZ is the key issue of epic name XYZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If the board A based on your favorite filter, you should remove the XYZ epic from your JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.