Hello,
I am trying to filter issues which have moved from Project A to any other project historically and labels = X with JMWE plugin.
How is this possible?
Thank you in advance
Hello @Tarieli Gvritishvili
You can also use JQL for this, and the query would look something like this:
project = Project B AND label = X
For historical data, there are two options: ORDER BY ASC - will order all of the issues by the ascending order and also ORDER BY DESC - will order all of the issues by the descending order.
Let me know if this solves your issue.
Hello @Nikola Perisic
Let me clarify my question, Project B is unknown. I want to filter all tickets which have moved from Project A to somewhere else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tarieli,
Try this project = "Project B" AND labels = "X" AND issueFunction in linkedIssuesOf("project = 'Project A'", "moved")
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.
You might use "project changed FROM" format now sure how to Build a query
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project does not have operator "changed from".
only: =, !=, is, is not, in, not in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know i cannot filter it using JQL, i am trying to do it with jira expressions in JMWE plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You Should be able to see in the cloud
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.
Don't wait for suggestion just type changed next to project it should turn green and you will get an suggestions
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.