Hello Jira community!
I need to create an Epics board for the Product team. I need epics to be displayed in 3 columns [LATER | NOW | FUTURE].
LATER = They are the epics that have their issues (Stories and Tasks) in the Upstream status (To Discovery, Discovering, Refinement, etc.).
NOW = They are the epics that have their issues (Stories and Tasks) in the Downstream status (In Progress, Validation, etc.).
FUTURE = They are the epics that have their issues (Stories and Tasks) all in backlog.
Any idea to help me?
Note:
Hi Dionei!
I have this question as well. Please, how did you solve it?
[LATER | NOW | FUTURE]. The sequence was exactly this way? I'm confused because the future status was in the final of the Kanban board. Thanks
Hi Dionei,
We actually do the same thing with some of our projects.
We have created statuses in the workflow that we use with Epics that line up with each column - Now, Next, Later in our case (and Done, of course).
Then map the status to your Epics board.
I should note that we created a new Epics workflow and workflow scheme for this. And then we simply attach the new workflow scheme to the projects that are following that method.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot use the JIRA Kanban boards to do as you ask because of the built-in assumptions that the first column=Not Started and the last column=Completed. So mapping the status values would create issues for any other epic workflow you have in mind.
If you just need a visibility board (no moving items), you could create a 3 column dashboard and provide filters for the epics you want in each column.
If you need to move items, please investigate using a Trello board and its integration with JIRA. Now that Atlassian owns both, you can do the integration for no additional costs.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know how you could do a Kanban board that way, but you could do a dashboard using filters like issuefunction in epicsOf("project = pegasus AND status in ('in progress',open)")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nancy,
issuefunction it's a scriptrunner feature, and so as I wrote, I will not use a plugin.
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.