Skip to content

Allow configuring icons for issue types in the issue list #37

@seflue

Description

@seflue

Problem

The issue list shows the raw issue type as text (Bug, Story, Sub-task, Epic, …). We're already using symbols for process status indicators (, ). Users are used to recognizing issue types by their icon in Jira, so it would be nice if we could support configuring custom icons per type.

Proposal

Add an optional gui.typeIcons map to the config:

gui:
  typeIcons:
    Bug: "🐞"
    Story: "📖"
    Task: ""
    Sub-task: "📎"
    Epic: ""

Unconfigured types keep their full text, so no information is lost, and the feature is opt-in with an empty default.

I have this implemented on a branch and can open a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedAccepted by maintainer. This issue is valid and won't be closed without reasonenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions