|
In the 'Base card colours on' drop-down, select which method you want to use — either Issue Types, Priorities, Assignees or Queries, as described above.
For each Issue Type (or Priority, or Assignee, or Query), click the current colour to display a colour palette where you can select a new colour or RGB value.
Note that if you change to a different method of card colouring, your original settings will be retained so you can switch back to them later if you wish.
Screenshot 1: the 'Configuration' screen — 'Card Colours' tab.

Click the Card Colours tab.
For each Issue Type (or Priority, or Assignee, or Query), click the current colour to display a colour palette where you can select a new colour or RGB value.
Click the Card Colours tab.
Click the Delete button for the colour that you wish to delete. For Query-based colours, deleting a colour will also delete the Query.
Note that deleting a colour for an Issue Type (or Priority, or Assignee) will not delete that Issue Type (or Priority, or Assignee) from your JIRA system.
If you delete a colour for an Issue Type (or Priority, or Assignee) which still matches issues on your board, then that Issue Type (or Priority, or Assignee) will be automatically reinstated on the Card Colours configuration tab when you refresh the screen, and a default colour will be applied.
Click the Card Colours tab.
Hover over the vertical 'grid'
icon, then drag and drop the colour up or down to its new position.
For Query-based colours, the order is important as each issue will be coloured according to the first query that it matches (e.g. if your first row first row has query "type = bug" and is coloured red, and your second row has query "assignee = dave" and is coloured green, then bugs assigned to dave will appear red).
Click the Card Colours tab.
In the blue area, choose the colour, type the JQL (see examples below), then click the Add button. For syntax, see the JIRA
documentation.
Click the Card Colours tab.
Click in the JQL area, modify the existing JQL and click the Update button. For syntax, see the JIRA
documentation.
Some example JQL you might wish to use for your card colours:
特定のコンポーネントに所属する課題すべてを表示します。(例:'User Interface'):
project = "Angry Nerds" AND component = "User Interface" |
24 時間以内に期限が来る課題すべてを表示します。
due <= "24h" |
特定のユーザーが作成した課題すべてを表示します。例えば:
reporter = "Jane" |
および
reporter = "Bob" |
For more details, see the
documentation.