Forums

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

How to exclude issues from grouping in Jira Structure

Daniil Pronin June 8, 2021

Hi!

I'm trying to make automated structure with custom issue grouping.

My group by formula is;

if (issueType="Задача" and MATCH(Theme,'*Отпуск*');"Отпуск";issueType="Консультация" and repq;"Исходящие консультации";issueType="Консультация" and assq;"Входящие консультации";issueType)

where repq = reporter in membersOf("IntegrationTeamAn")

          assq = assignee in membersOf("IntegrationTeamAn")

Then i use grouping by Epic

As a result i get set of folders, where issues are grouped by epics.

The problem is that if Issue doesn't has Epic or is Epic itself, it's placed into folder "No Epic" (Без эпика).

Can i somehow make these issues be placed just under upper-level folders, without extra folder "No Epic"?Grouping.png

0 answers

Suggest an answer

Log in or Sign up to answer