Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get a list of all issues moved from a project?

Elise June 5, 2023

How do I get a list of all issues moved from one project to another? If I can use a JQL or use automation that works better for me. I do not have access to script runner.

1 answer

1 accepted

1 vote
Answer accepted
Chad Daley June 5, 2023

The most straightforward way to do this would be to capture the set of issues with a JQL statement and bulk update them with a label before you move them (such as "movedFromOLDKEY" where OLDKEY is the project key of the old project. Then you can just do a search for everything with that label after you move them into the new project.

Unfortunately without using ScriptRunner you are pretty limited with out-of-the-box functionality. Honestly, if I could only pick one plugin to purchase for my Jira instance it would be ScriptRunner because it can pretty much do everything and their support/documentation is amazing.

Good luck!

Elise June 6, 2023

Thank you for your feedback!

Suggest an answer

Log in or Sign up to answer