i want the parent issues which dont have child issues in jira by using JQL Query
Hi @shashi budidha If you have Scriptrunner plugin , you can search those parent issues using following JQL :-
issueFunction not in parentsOf("issuetype = Sub-task")
Thanks
V.Y
Hi @shashi budidha ,
In particular, there is the following https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/3195142182/Subtasks+JQL+functions#SubtasksCount that could help you.
Hope this helps,
Fabio
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.