Hi @Tahir_Mohammed ,
Native Jira can help with this:
status = "In Progress", status = Blocked) and assign a color to each. This adds a colored strip to the left edge of each card — the closest native equivalent to what you're describing, and it updates automatically as statuses change.So if a JQL-based color strip is enough, native card colors will do the job; a fully colored card based on status requires a Marketplace app.
If you're also planning work on a timeline (not just a board), our app ActivityTimeline gives you exactly this kind of automatic status-based coloring:
Custom Styles by Status — in Configuration → Issue Customization you can create custom styles that change the background color, text color, and font of issue cards based on Status (as well as Project, Assignee, Priority, or Issue Type). So To Do, In Progress, Blocked, Testing, and Done tasks can each get their own full-card color automatically, with no manual work.
Additional visual cues — you can also color issues automatically by Epic, manually mark individual tickets with one of 12 colors when something needs attention, and display extra fields (status, priority, custom fields) right on the issue bar.
This applies to ActivityTimeline's planning dashboard rather than the native Jira board itself, but if your goal is a visually clear, color-coded view of team work by status, it covers that out of the box.
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.
Hello @Tahir_Mohammed , building on @Varun Chillamcharla pointer to Card colors, here's the part that answers your "based on status" specifically.
In the Select method dropdown the built-in options are Work type, Priority, Assignee, and Query. Status is not one of the direct options, so the way to color by status is the Query (JQL) method, with one color rule per status. Each card takes the color of the first query it matches, and because the rule is evaluated live, a card automatically recolors the moment its status changes. That gives you the automatic behavior you want with no automation rule and no app.
Steps (company-managed board, you will need board admin or Jira admin):
Two notes. This colors the card to match the banners in your screenshot, and it updates on its own as work moves across the board. If your board is team-managed rather than company-managed, the Card colors options are more limited, so let me know which board type you are on and I will adjust. Everything above is native Jira Cloud, no Marketplace app needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response, my clarification was more related to the color at the top of the Card in JIRA board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarifying, @Tahir_Mohammed .
Two different things control colour on the card, and it helps to name them separately. The Card colors setting we described renders as a thin coloured strip on the left edge of each card, and that strip is what changes automatically with status via the Query rules. The cover is the larger banner area at the top of the card, and covers work differently: they are set manually per work item (hover the card, More actions, Select cover, then pick a colour, gradient, or image), and there is no native way to drive a cover colour by status today. There is an open suggestion with Atlassian for exactly that. So if the automatic left-edge strip meets your need, the Query setup gets you there; if you specifically want the top cover area to change colour with status, that part is manual only for now.
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.