Forums

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

Filter Issues which project changed

Tarieli Gvritishvili May 20, 2024

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

2 answers

1 vote
Nikola Perisic
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 20, 2024

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.

 

Tarieli Gvritishvili May 20, 2024

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.

1 vote
Sudarsana G
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.
May 20, 2024

Hi Tarieli,

Try this project = "Project B" AND labels = "X" AND issueFunction in linkedIssuesOf("project = 'Project A'", "moved")

Tarieli Gvritishvili May 20, 2024

Hello @Sudarsana G ,

IssueFunction is ScriptRunner's field, we don't use the mentioned plugin.

Sudarsana G
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.
May 20, 2024

You might  use "project changed FROM"   format now sure how to Build a query 

Tarieli Gvritishvili May 20, 2024

project does not have operator "changed from".

only: =, !=, is, is not, in, not in.

Tarieli Gvritishvili May 20, 2024

I know i cannot filter it using JQL, i am trying to do it with jira expressions in JMWE plugin.

Sudarsana G
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.
May 20, 2024

You Should be able to see in the cloudUntitled.png

Tarieli Gvritishvili May 20, 2024

Screenshot 2024-05-20 120859.pngScreenshot 2024-05-20 120820.png

Sudarsana G
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.
May 20, 2024

Don't wait for suggestion just type changed next to project it should turn green and you will get an suggestions 

Tarieli Gvritishvili May 20, 2024

I did and got an error as you see in the first screenshot.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events