In need of help to realise a function with Updated in()

stephane Bernard Brousseau April 20, 2016

I'm trying to setup a function basically that filter "Has this task been updated within 8 hours of it's created date".

I was trying something like this : "updated in(createdDate <= -8h)" 

But it doesn't seem like there's a way to do what i'm trying to if anyone has an idea how i could do it i'd be really happy smile

Cheers 

1 answer

0 votes
GabrielleJ
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.
April 21, 2016

You will need to use the initial status of your project since all issues in a JIRA project ends up on the initial status. Project = ABC and status = OPEN and updated >= (-8h)

Suggest an answer

Log in or Sign up to answer