I'm trying to create a screen where my team can view all of the open epics in a meeting, see how many tasks are complete/total number of taks in the epic, view the due date, and rank by dragging and dropping on the same screen.
I cannot figure out how to see # of items complete in an epic no matter what I try.
I've tried a couple of things to accomplish the other requests.
Created a kanban board with and without backlog. The issue I have here is the UI lays out the due date field vertically so it gets hard to see all the epics on one screen. I can accomplish this with the Issue Navigator and it displays everything I need in the nice tabular view however we can't re-order ranks in that view. I tried adding the rank column so we could potentially use backlog/board to drag and drop rank then refresh the issue view but the order doesn't line up.
It seems like portfolio might be nice to accomplish some of this but is too expensive and total overkill.
Any workarounds to create a better area to prioritize, visual and plan work around epics?
Meant to put this in reply but can't delete...
I would suggest creating a new kanban board to achieve this. First, create a new JQL filter of just
order by rank asc
And save this filter. Then, go to the Boards -> View all boards link. From here create a new Kanban board and select the option to use an existing JQL filter. Select the filter you just created.
This way you should see all the issues in your Jira instance in a single filter AND you will still have the ability to change the rank of these issues by dragging and dropping them on this board. That specific syntax in the JQL filter is needed if you want to be able to change the rank of issues on a board.
Next, while viewing the board, go into the Board -> Configure button on that page. In the Columns setting, I would recommend turning on the epics panel, aka the kanplan backlog. This will help give you the sidebar navigation in the backlog to see the epics and which issues are in them and how many are complete.
When you enable this feature, you then have to drag over all the statuses that you want to appear in the backlog. In my case, I selected all the statuses in the To Do category (blue). You could add more than just these if you want to see the in progress and done issue as well here.
This view though does not show the due date of the epic itself. However if you have due dates set on each issue in Jira, you could then also configure the board and go to the Card layout setting. Here you can add fields to the cards/issues that appear on the board/backlog and include the due date field here. That would at least give you the due dates as they are set for individual issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your detailed response. It accomplishes some of what i'm trying to do but not as an all in one solution i'm looking for.
I'm trying to rank the epics on the board, not the stories. My board filter includes "issuetype = Epic". One issue I'm having is the rank order in the backlog doesn't match the order in the issues view if I add rank as a column and sort ascending. Any advice here?
The epics panel does give me the # of issues vs # of issues completed I'm trying to see however, since my filter is only pulling in epics it shows 0 for everything. Also, once the epics panel is toggled on epics don't show on the board.
I have the view 90% of the way complete. If only I could add a field to the epic cards that showed how many issues in the epic were complete. I also wish the added fields had the option of being laid out horizontally instead of vertically in the backlog. It makes the cards too tall.
Another potential solution would be the ability to drag and drop to change rank on the all issues view.
Main outstanding concern is the rank mismatch between the two views...
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.