Customizing cards

Don't rely on people clicking cards to view the issue details. Customizing the cards for your boards can help you bring the right information to your team's attention, at a glance. You can change the card colors to help people quickly identify cards on your board as being of a particular issue type, priority, assignee, or — thanks to the power of JQL — practically anything you choose. You can also add up to three additional fields to display on cards in the Backlog and Active sprints of your Scrum board.

On this page:

Before you begin

You must be a JIRA administrator or a board administrator for the board to customize its cards.

Configuring card colors

You can base your card colors on issue types, priorities, assignees, or JQL queries. Once you have chosen a method, you can change or delete the colors for each type of card. This can be configured per board (not globally).

  1. Navigate to the desired board, then click Board > Configure.
  2. Click Card Colors and change the Colors based on drop-down as desired. If you change to a different method of card coloring, your settings for the old method will be retained so you can switch back to them later if you wish. 

    Read more about the card coloring methods
    Base your card colors on...Explanation
    Issue types

    One color per issue type. A default color will be allocated to every issue type that matches issues on the board. Note, the issue type must already exist in your project to configure the color for it. Also, the color values won't display until an issue is created on your board. You need to create an issue on your board first, to configure the colors for the issue types.

    Default issue types and colors: Improvement, Task, New Feature, Bug

    PrioritiesOne color per priority. The default colors are the same as used for priorities in JIRA.
    AssigneesOne color per assignee. A default color will be allocated to every user who is or has been an assignee of issues on this board. Note, the color values won't display until an issue is created on your board. You need to create an issue on your board first, to configure the colors for the assignees.
    Queries

    One color per JQL query. You can specify whatever queries you wish. Issues that do not match any of your JQL queries will be shown in grey. See JQL for more information about JQL syntax. 

    Example queries:

    • Show all issues that belong to a particular component, e.g. 'User Interface':

      project = "Angry Nerds" AND component = "User Interface"
    • Show all issues that are due in the next 24 hours:

      due <= "24h"
    • Show all issues created by a particular user, e.g.:

      reporter = "Jane"

      and

      reporter = "Bob"
  3. Once you have picked a method to base your colors on, customize the colors as follows:

    • Pick a different color for a card — Click the Color square, e.g. .

    • Delete a card color— Click Delete. This effectively resets the card to the default color. If you still have issues matching that card type, refresh the screen to reset the deleted card color to the default color).
    • Move a card color (Query-based only) — Hover over the vertical 'grid'  icon, then drag and drop the color up or down to its new position.

      Note: For Query-based colors, the order is important, as each issue will be colored according to the first query that it matches (e.g. if your first row first row has query "issuetype = bug" and is colored red, and your second row has query "assignee = kevin" and is colored green, then bugs assigned to Dave will appear red).

Adding fields to cards

You can configure cards on a board to display up to three additional fields. The fields can be different for the Backlog and Active sprints, if you are using a Scrum board.

  1. Navigate to the desired board, then click Board > Configure.
  2. Click Card layout, then add or delete fields as desired.

Screenshot: Cards displaying additional fields in the Backlog

Screenshot: Cards displaying additional fields in Active sprints

Printing issue cards

Whether you're planning work or working on issues for Scrum or Kanban projects, it may also be good to print out these issue cards. You and your team can use the printed cards on a physical board, which can be a replication of your board on JIRA Software. You can print a single issue card or multiple issue cards, if you want. You can also print all issue cards in your current board.

The printed issue cards include the following issue details:

  • Summary
  • Issue type
  • Issue key
  • Issue priority
  • Estimate
  • Assignee
  • Epic (optional in Active sprints/Kanban board)
  • Version (when printing from the backlog)
  • Up to 3 extra fields, depending on your card layout configuration

The printed issue cards fit on A4-, A3-, or Letter-sized pages in both portrait and landscape modes.

See Printing issue cards for more information.

Next steps

(info) Need help? If you can't find the answer you need in our documentation, we have other resources available to help you. See Getting help.

  • Read Printing issue cards to learn how to print issue cards and use a physical replication of your board in JIRA Software.
Last modified on Mar 26, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.