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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,161
Community Members
 
Community Events
184
Community Groups

JQL query to see all Tests which are linked to all Stories in current Sprint

Edited

Hi guys,

I need a JQL filter to see all tests which are linked to the stories in the current sprint.

I'd appreciate any help! Thanks in advance.

 

Best regards

Alex

1 answer

1 accepted

1 vote
Answer accepted
Thomas Magny-Garcia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 18, 2019

Hi @SchuriiK 
I think a query like that should help you, it gives all issues whose the type is Test and with linked issues whose the Srpint is SprintID and the type is Story.


issuetype = Test and issueFunction in linkedIssuesOf("issuetype = Story and Sprint = SprintID")

Hope it helps !

Hi @Thomas Magny-Garcia

it works like a charm! Thank you so much! :)

It doesn;t work for me. JQL gives me error saying issueFunction doesn't exist.

You probably need the ScriptRunner plugin.

Hi,

Just want to ask is there anyway to achieve aforesaid without using script runner plugin.

Like # people like this

How can this be achieved without using script runner plugin?

And how should we get this like:

Story1 has 5 test a,b,c

Story 2 has 3 tests like f,g,h

so and so...

View should be :


Story1|| A

         || B

       ||C

Story2  ||F

      ||G 

||H 

and so on..

Suggest an answer

Log in or Sign up to answer