3

I've modified the board and added a column in Jira but there are no status for it and it doesn't show on the board, how to fix and have the new column show up on the board and work correctly ?

Michael Durrant
  • 93,410
  • 97
  • 333
  • 497

1 Answers1

5

This has confused me several times so I'm documenting the steps here.

Go to Board Settings

enter image description here

Click on columns

enter image description here

Click 'Add column' to add the new column - Code Review in my case

enter image description here

You will notice however that the board say

This column will not show on the board without a status

You may also notice that the min/max values cannot be entered

So you (think) next go to Issue Types...

enter image description here

WRONG !

Actually you want to go to

Workflows

enter image description here

You'll see a workflow called something like Software Simplified Workflow for Project [..].

enter image description here

Click on the Actions edit link (the pen symbol)

Now you will be presented with a diagram showing the status'.

enter image description here

Click + Add status and add the new status, e.g. Code Review

enter image description here

Make sure you allow transitions from the other status (it is unchecked by default, so you should usually check it)

It is when you fail to do this that you can run into the 'can't drop ticket into column problem'

enter image description here

Next select the status category. Code Review was obviously "in-progress".

enter image description here

This allows for automatic ticket status transitions.

Arrange the new diagram to reflect the new status (this is for appearance in the diagram only).

enter image description here

Finally the last step is that you have to publish the change ('draft')

enter image description here

enter image description here

enter image description here

Now you can see the "unmapped status"

enter image description here

and you can move them into then new column

enter image description here

When you do all this, finally you can reload the board and see the new status!

enter image description here

Whew !!!

Community
  • 1
  • 1
Michael Durrant
  • 93,410
  • 97
  • 333
  • 497