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 would like to write a JQL filter where I see wich tickets have been tested by a different assignee than the assignee that built the story:
Example:
Ticket 1, built by person A, tested by no one. (NO)
Ticket 2, built by person B, tested by A. (YES)
Ticket 3, built by person C, tested by B. (YES)
Ticket 4, built by person C, tested by C. (NO)
Result: ticket 2& 3
Hi Mees,
I would create a custom field with a user picker field - something like: Tested By
Then populate that field with the assignee when the issue has been tested.
Then you can do a Scheduled trigger in Automation for Jira which will email you the results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.