Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Using a ScriptRunner query inside a JQL query

Edited

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. 

1 answer

1 accepted

0 votes
Answer accepted

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. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events