I have a user who wants a filter that would exclude tickets that have sub-tasks within them. Does anyone know of the JQL that would help produce that. I have the rest of the filter ready I just cant get it to exclude tickets that have sub-tasks in them.
You can use Script Runner plugin and use the provided JQL
issueFunction not in hasSubtasks()
Worked perfect Henning. Thanks I figured Script Runner had something for this but I couldn't remember the correct syntax.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you tried like this?
issuetype not in subTaskIssueTypes()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This would only exclude the subtasks itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Henning!! i missed that point!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wasn't exactly what the TO was looking for - but pertect for me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.