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.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.