Create an issue showing items updated

Darryl Beckett August 16, 2019

I use a fix version field to track releases.

 

I'm looking to create a filter which can show me any JIRA ticket added to the release in the last 48 hours? Is there a way

2 answers

0 votes
Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2019

Hello @Darryl Beckett 

You have to use the "change" keyword for this purpose, if your release name is "July- Billing" then you will use the following JQL

 

fixVersion changed AFTER -48h and fixVersion = "July - Billing"
0 votes
Yevhen Rohovets
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.
August 16, 2019

Hi, how about this?

"Update last 28h and fix version = NEED FIX Version

Tarun Sapra
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2019

Hello @Yevhen Rohovets 

Using the "update" here might not give correct results because it means any "field" which is updated and not necessarily fixVersion.

Suggest an answer

Log in or Sign up to answer