I want to create a filter that shows:
How many tickets we have moved out of OTSD project and OR has relation to tickets that are not in OTSD project?
Any thoughts? (you cannot use "Was" with Project - which was my first thought).
Thank you!
Hello @Hollis Sosnowitz
Concerning searching for issues that have moved from one project to another, that is not natively available in JIRA Cloud as per this backlog issue:
https://jira.atlassian.com/browse/JRACLOUD-41039
This post offers a solution that relies on the app Adaptavist Scriptrunner.
I'm not sure if that is applicable to both JIRA Server and JIRA Cloud.
There may be other apps that would also help with this sort of query.
You could also create a go forward solution of using a custom field to keep track of the source project, setting the value when an issue is moved.
Concerning your second question, again there is not a native solution for finding all the issues in Project A that have links to issues in other projects. Again, you'll need to look at an app to extend the JQL functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.