Hello all,
Ideal scenario is to be able to show all issuetypes for a project that do not have child tickets of any issuetype
Failing that, how can I show all issuetypes for a project that do have child tickets of any issuetype
Have researched on the forum and the suggested ways seem to be via a plug-in or perhaps to manually export the data to identify which issues have 'child' links.
Is there a way to do either of the scenarios in Jira Cloud please? Thank you
Hello @Chacha20
Issue type is a way of categorizing individual issues; i.e. Story, Bug, Task. Do you really want a list of issue types or do you mean that you want a list of Issues that do (or don't) have child issues?
It is not possible to get that information through an issue filter in the View All Issues page with only native Jira capabilities.
The app GO!JQL: Essential JQL Functions has a parentsOf() function that I think would enable you to get a list of the issues that have child issues.
ScriptRunner Enhanced Search also has a parentsOf() function.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.