In the Jira project there are issues that apply to either a few different categories (e.g. Android, iOS, QA). I'm aware that I can use a filter to only show issues of a certain category, however, I'd also like to have an additional icon to display the category that an issue is a part of.
I'd like to add a `ComponentIcon` to the backlog so it looks like the following: "TypeIcon FlagsIcon ComponentIcon Key Title."
This would make scanning the list be more easy to quickly process the information rather than listing the component at the beginning or end of the issue title. I understand that it's possible for there to be multiple components, so if there are two associated with a ticket there may be an issue (in this case, no icon could be shown).
I found this example that shows how to add another second to the View Issue page, is there an example or any docs that will help me create a plugin that allows me to add an icon to the list view? Thanks.