You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
My organization renamed the Epic issue type to Epic (Feature). Now we are trying to find the list of child issues under all Epic (Feature)s. However, the function does not return any results even if there are matching issues in the project.
Here is the enhanced search query we are running: issueFunction in issuesInEpics("project = epp AND type = 'Epic (Feature)'")
Let me also mention that the JQL does not return any errors but also does not generate any results too.
Hello @Susheela_Kushwaha
Based on the information you provided it appears you are using Adaptavist ScriptRunner for the issuesInEpics JQL function.
It is a known issue in ScriptRunner that if you rename the Epic issue type to something other than simply "Epic" then the issuesInEpics function does not work.
Upvote the issue here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just curious, Does your inner query return any results?
project = epp AND type = 'Epic (Feature)'
Cause in our org our query would be like below even though we renamed epic to feature..
project = epp and issuetype = Epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bizz,
Yes, the inner query does return the results. We named Epic issue type to Epic(Feature) per SAFe guidelines. So both queries below are basically the same in our case:
project = epp AND type = 'Epic (Feature)'
project = epp and issuetype = Epic
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.