Forums

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

CHANGE THE ISSUE DEFAULT TYPE DISPLAYED IN THE BOARD OF TEAM-MANAGED PROJECT

Kadhem MEJRI
November 15, 2023

Hello,

Is there anyway to change the default issue type displayed in a team managed project board ?

The default one is TASK. On my board I want to display the epics. I didn't find how to do it or how to change the query of my board (as we can do in a company managed project)

3 answers

2 accepted

1 vote
Answer accepted
PADMA KOTHAKOTA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 9, 2018

Hi ,

I think you can use the below filter  it will list  out all the sub-task issue type issues 

issuetype  in subtaskIssueTypes()

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 9, 2018

Hello,

I think your JQL query would look like this:

issuetype = <your subtask type>
0 votes
lukec
Contributor
June 16, 2020

I wanted to find all the issues that were using the Sub-Task of "Performance Test".. so I used the above and just added a little to it:

issuetype in subTaskIssueTypes() and issuetype = "Performance Test"

This way I can narrow down only see the one Sub-Task I want. 

Panos Rigopoulos
August 2, 2021

I am trying to do this exact thing but this isn't working for me 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events