Hello.
Structure global automations:
Extend Epics with Stories
Add sub-tasks
Folder: "New (Unsorted)" with Inserter JQL: (project = DATA or labels = DATA)
ISSUE-2 (added by inserter)
Folder: Track1
ISSUE-1
ISSUE-2 (shown as sub-task by automation)
Folder: Track2
...
Folder: "New (Unsorted)" with Inserter JQL: (project = DATA or labels = DATA)
Folder: Track1
ISSUE-1
ISSUE-2 (shown as sub-task by automation)
ISSUE-2 (added by inserter)
Hello @Hubbitus ,
It sounds like you have a hierarchy of Epic > Task > Sub-Task. Could you please clarify if Issue 2 is a Task, or Sub-Task? I expect it is a Task, but would help to be sure.
If I do have it right, for your "New(unsorted)" folder, you can modify the JQL to include
"Epic Link" is EMPTY
You may also want to consider using Group Generators rather than Folders to build your hierarchy. This will depend on what your goal is and what fields are available that correlate to your grouping.
I hope this helps.
Best,
David
Hello, @David Niro Thanks for the reply.
Sure, I have hierarchy Epic > Task > Sub-Task, but not solely!
I also use links.
For now, it looks like:
> If I do have it right, for your "New(unsorted)" folder, you can modify the JQL to include
In fact, that is more complex now already:
(project = DATA OR labels = DATA) AND (type = EPIC OR type != EPIC AND issueFunction not in issuesInEpics("project = DATA OR labels = DATA")) AND (type not in subTaskIssueTypes() OR issueFunction not in subtasksOf("project = DATA OR labels = DATA"))
And became more complex and complex... In any case, that is fragile and not completely correct and hardly maintainable.
Off course, I am aware about groups generators and use it in some other places, but there I would like to use manual sorting because of many tasks and several development tracks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.