Selecting Backlog on the left menu bar, up until today, I would see a list of issues and could select Epics on the left, and view all the Epics, with issues within each. Today however, I logged in and saw this; no epics! How can I see them again, is there a filter setting or something that I'm overlooking?
Check the Epic Status (not issue status) to see if they are done
Ha, that would be easy! I manage this list very closely, they had tons of issues not done, but I am paranoid and just checked to be sure. No, the epics are very much not done/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you inspect your board filter? My guess is something change there to exclude Epics.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think so? I'm uncertain because I did look at my filters and none would have (I think) removed epics from view. I even logged out and back in, to no avail. On the chance I did not look at the right thing, what would you check? I've copied my image below, should it help you guide me to enlightenment. :) BTW, thank you for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Share your filter and also share your epics using the following JQL in a search…
project = xxx and type = epic
replace xxx with your project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that suggestion. I just did that and found only one epic has release "MVP", which happens to be the only epic being shown. How do I change the filter being used in Backlog view?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well my question is do the other epics belong to the MVP project? If not are you sure you want them in the project? If so then you will need to explicitly include them in your board’s filter. To do so include the following…
….OR issue in (epic1, epic2, epic3…)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the delay, thank your for your response. All epics do belong in the MVP. I had thought I could change the filter for the backlog view just by selecting Filter from the top menu, which did not work. So instead I went to the filter in use for the board and changed the JQL to "resolution = Unresolved order by priority DESC,updated DESC"
All is now well! THANK YOU for your continued attention and help.
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.