I would like to map a scrum board say with columns (To Do , Dev , Dev Complete )
once story comes to Dev Complete in the scrum board , it needs to display in the Kanban board ,which has (To DO , Verify ,Complete) - in Kanban board. Also move stories from Kanban board to scrum board , if needed.
Basically scrum board is in sprint and would like to use Kanban board for deployment to production.
Need to map a Scrum board with Kanban board ,
You don't "map" boards together, that makes no sense.
Nor do you "move" issues between boards. A board is a view of a selection of issues, not a container.
You can meet your need though, it's quite simple - tell the scrum board to only select issues in the status up to and including "dev complete", then tell the Kanban board to only select issues in dev-complete and status in the workflow after that
is there any link /help , I can look at for implementing it . the kanban board is more for deployment which ,I want move away from sprint also move stories between Kanban board to scrum board , If needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure where you are lost on implementing it. It really is as simple as having a workflow that covers the end-to-end process (new through to complete) and telling the boards to look at different bits.
Let's say you've got a single project and the process is just: New -> in-dev -> dev-done -> verify -> Complete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic ,
Can you please help me out ,The problem I face now is
Scrum Board : OPEN , DEV,DEV-DONE
KANBAN Board: DEV-DONE,TEST,CLOSED
Filter Query for scrum board: project = x AND STATUS IN (dev-done,test,Closed)
Filter Query for Kanban board: project = x AND status in (dev-done, test, Closed)
Problem , I face now is , when I move the item in kanban boards from dev-done to test , the scrum board item in DEV-DONE no more exist because of the change in the status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, there's no difference in the two answers.
I don't understand what you mean by "trying to put the kanban board columns to the scrum board filter query". It's certainly not what I've written in either answer.
Can you explain where you are stuck? I mean "create two boards that use the same filter, but different columns and only map certain status into them"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please help me out ,The problem I face now is
Scrum Board : OPEN , DEV,DEV-DONE
KANBAN Board: DEV-DONE,TEST,CLOSED
Filter Query for scrum board: project = x AND STATUS IN (dev-done,test,Closed)
Filter Query for Kanban board: project = x AND status in (dev-done, test, Closed)
Problem , I face now is , when I move the item in kanban boards from dev-done to test , the scrum board item in DEV-DONE no more exist because of the change in the status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can try again, I know this is not obvious, and my writing is often unclear.
I'll try this as two configs. I think what you want is:
Your workflow has status: Open -> Dev -> Dev-done -> Test -> Closed
Scrum board:
Kanban board:
Obviously, I've used different column names, to avoid mixing them up with status. You can call the columns whatever you want, it won't affect how anything works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much
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.