Jira Data Center V9.12.0
Adaptavist ScriptRunner for Jira V8.21.0
Looking to pull out child ticket issues from parent ticket issues using ScriptRunner Function
LinkedIssuesOfAll. Read similar issue with
https://community.atlassian.com/t5/Jira-questions/Jira-query-issueFunction-in-linkedIssuesOfAll-quot-filter-A-quot/qaq-p/2120664 and Notes from Trudy Claspill.
Environment Comcap=Projects at our Company
Comepic - Tracking name by customer or program
I looking to screen child tickets from Project/Comepic/Parent Issue Ticket/Child Tickets.
Filters that work are as follows:
issueFunction in issuesInEpics("'Parent Link' = Project-8") ORDER BY Rank Desc (Filter-8)
issueFunction in issuesInEpics("'Parent Link' = Project-30") ORDER BY Rank Desc (Filter-30)
issueFunction in issuesInEpics("'Parent Link' = Project-9") ORDER BY Rank Desc (Filter-9)
These filters provide the parent ticket issues for these three projects or Comcaps. I save these three filters 8,9,30 and use the following function that does not return the child ticket issues.
issueFunction in LinkedIssuesOf("'Filter' = Filter-8") ORDER BY Rank Desc
or
issueFunction in LinkedIssuesOfAll("'Filter' = Filter-8") ORDER BY Rank Desc
These functions return the Parent issue tickets, Parent Comepics, and Comcap Project for the project, but do not return the child issue tickets. There are child issue tickets available.
I did verify in the ScriptRunner JQL Function admin screen that these functions are active and have no failures in many executions.
Looking for some advice on how to pull out and track child tickets.
Thank you,
Patrick
Folks:
I did find the answer by going to the Scriptrunner support pages and found the Scriptrunner JQL function - issueFunction in subtasksOf("'Filter' = Filter-8") ORDER BY Rank Desc worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.