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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Can someone help me with this query or script. I tried the following, but that didn't work for me.
status changed to "B" during (2023-01-01, 2023-05-06) and status was in ("A") and project = Product
@John Funk , Can you help me on this!
Hey @Devi Vaishnavie ,
if swimlanes are based to statuses, please try the following JQL :
status changed from (A) to (B) during (date1, date2)
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please could you share your query?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Devi - what are the two queries used by the two Swimlanes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will rephrase my question.
-- I have to identify all the tickets that I moved between particular swimlanes (Say A and B). Now, I need pull those ticket details (from A to B).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.