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,551,903
Community Members
 
Community Events
184
Community Groups

How to get list of test runs assigned to user

Edited

Hi

We use X-ray to manage our test strategy.

We would like to have more than one user per test execution. so one test run for a specific assignee. Our test execution are organised per area not per person.

In the test execution, we assigned test runs to different user. Now, the assignee needs to see which test run he/she has to work on. Is there a function to list that or a field we can call to get a list of test runs assigned to a specific user?

Please advice.

Thanks

1 answer

0 votes
Sergio Freire - Xblend
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 31, 2020

Hi @sgarcette

You can use one of our enhanced JQL's, in this case the "testExecutionTests" and on parameter 3 add the user that you want filter by test run assignee:

issuetype = 'Test' and issue in testExecutionTests('DEMO-9', 'TODO', 'user A') 

You can check our documentation related this topic: Enhanced JQL

Best Regards, 

 

Sérgio Freire, Solution Architect and Testing Advocate @Xray

Personal blog on testing, Agile and software development: https://sergiofreire.com

Follow me on Twitter: https://twitter.com/darktelecom

Hi Sergio

Thanks for your answer. It helps a lot.

Now, if we want to follow all the test runs assigned per user and clickable like in a two dimensional filter statistics gadget, is there a way?

Thanks

Sergio Freire - Xblend
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 31, 2020

Hi again :)

well, in Jira, JQL functions can only return issues. Test runs are not issues so you cannot JQL functions for that.

You may either use gadgets such as the Test Runs List gadget and instantiate it multiple times, one for each user.

you may also use JQL to obtain test issues but then you need to go to each test in the UI to find out the te at run that interests you.

In sum, there isn’t something exactly as you need.

 

regards

sergio 

Hi Sergio,

I used the JQL with the function TestExecutionTests(...) as you recommended above. JIRA tells me then, that this function doesn't exist. Do you know what's the problem here?

 

Regards

Kristin

Sergio Freire - Xblend
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.
Aug 06, 2020 • edited

Hi Kristin, my fault. I haven't noticed that you were using Xray on Jira Cloud.

Unfortunately, on Jira Cloud we don't have JQL functions due to limitations of Jira Cloud itself, for the time being.

So, the only possible solution, as of today, is to instantiate the Test Runs List gadget and configure it to show for a certain user. A given user can have his/her own Jira dashboard or you can have just one team shared dashboard, but in the latter case you would need to instantiate the Test Runs List gadget multiple times.

Note: if you want, you may reach out to Xray support team and request a feature/improvement, detailing exactly what you need.

Regards,

Sérgio

Alright! Thanks for your fast reply. Will it be possible in the future for JIRA Cloud?

Like Sergio Freire - Xblend likes this
Sergio Freire - Xblend
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.
Aug 06, 2020

@Kristin Schmidt perhaps but honestly that is something that the PO needs to analyze. Please reach out to the support team and request the feature/improvement :)

Like Kristin Schmidt likes this

Okay, I'll do that. Thanks!

any update on this feature. i also need it

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events