I've used Scriptrunner to find issues with no subtasks using issueFunction not in hasSubtasks(). However, I'm trying to find issues with no subtasks of a particular type. Is this possible?
Hi @Amy E. there is also function parentsOf with subquery as a parameter. Can you try something like
Query should return issues which are parents (has some subtasks) but issue type of the subtask is not Sub-task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.