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,557,893
Community Members
 
Community Events
184
Community Groups

JQL to find out OLD Project of a Specific JIRA Key.

Edited

I've a below given use case.

QA has by mistake moved the ticket from Project A where it's key for A-200 to Project B where the key got changed to B-300.

Now, there are 250+ test cases which got affected due to this. 

so, how can i write a JQL to find out this transitions issuekeys?

I can see the history as below:

and i tried "project was in (QABP) AND project = VDB" JQL but i'm getting the following error. can anyone help me on this?image.png

 

2 answers

0 votes
mauricio_groth
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.
Apr 10, 2023

Hi @Smit Belani

I’m Maurício, a support engineer at Appfire and I’m here to help you.

Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.

In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all issues that have been moved to another project.

project = VDB AND issue in movedIssues(“QABP”)

Please contact our support if you have any other questions about this query.

We’ll be happy to help you!

Best regards,
Maurício

0 votes
Sushant Verma
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 10, 2023

Hi @Smit Belani 

Welcome to the community!

You can't do this out of the box since the WAS and CHANGED operators can be used with the Assignee, Fix Version, Priority, Reporter, Resolution and Status fields only.

If you're on Server, you can do this with JQL Tricks . You can follow this documentation

Or You can use Script Runner plugin and use the script to find all issues moved from one project to another.

Regards,
Sushant Verma

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events