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
I have the following query that runs fine.
sprint in openSprints() and sprint not in closedSprints() and issue in (239562,437238) and issuetype != "sub task"
It runs in JQL
I have another qurey that runs in ScriptRunner
sprint in openSprints() and sprint not in closedSprints() and issueFunction in addedAfterSprintStart("Team Eagle Scrum Board") and issuetype != "sub task"
Somehow the portion in bold in the first query is pulling the results of the ScriptRunner query, but for the life of me, I cannot find any documentation on how that is set up.
I found the answer. You simply have to use the name of the ScriptRunner filter in the JQL filter.
Example: Filter = "Name of your ScriptRunner filter"
It will pull the results of the ScriptRunner so you can use it in other filters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.