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"?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.