Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Create boards based on labels

Martin Rosellen March 9, 2022

Hi all,

I am managing a project that involves both hardware and software. I would like to create boards that show only software or hardware issues. I was thinking about using labels to filter the issues for each board but can't find that option. 'Label' is somehow not listed under filter criteria. Am I missing something here? Do you know another way of creating boards only showing issues of a certain category?

Looking forward to your answers,

Martin

2 answers

1 accepted

2 votes
Answer accepted
Jack Brickey
Community Champion
March 9, 2022

Hi @Martin Rosellen , welcome to the community.

Well you certainly can create boards based on labels I would not recommend this personally. Rather consider using components. This allows you to have not only software and hardware but more specific areas of each, like platform, backend, UI,  etc. again you can use labels in a similar fashion. However labels is a general text field basically and individuals might use capitals in some cases they might misspell something in other cases so it's less than ideal IMO.

you would build your boards using JQL filters something like the below.

project = myproject and component in (Hardware)

project = myproject and component in (Software)

Martin Rosellen March 9, 2022

Hi Jack, components sound just about right for what I have in mind. cheers

Like Jack Brickey likes this
0 votes
Adeel Shoukat
Contributor
March 9, 2022

HI Martin

 

Lable is available in chart or "Issue Statistics" and Pie Chart and you can also create the filter on the basis of Labels.

Project = "ABC" and Labels = "Hardware" or "Software" (Depend on your requirement)

Jack Brickey
Community Champion
March 9, 2022

@Adeel Shoukat , Slight correction to your JQL...

Project = "ABC" and Labels in (Hardware, Software)

Like Michael Mueller likes this
Martin Rosellen March 9, 2022

Thanks, I was not aware of the JQL yet

Adeel Shoukat
Contributor
March 9, 2022

Thank Jack actually Martin want to create the board separately for hardware and software that's why I mentioned "Depend on your requirement" anyhow Thanks for the correction

Jack Brickey
Community Champion
March 9, 2022

@Martin Rosellen , The important question here is what do you mean by "board"? Are you trying to create Kanban or Scrum boards (which is the direction of my answer below) or are you talking about adding gadgets to a dashboard (which is where Adi228 is going here).

Martin Rosellen March 9, 2022

I was referring to Kanban boards. That was not clear from my side. Sorry for that. Adi228's answer was still valuable to me. 

Suggest an answer

Log in or Sign up to answer