[JQL] How to know the latest user update issue

Alexiel Tran June 26, 2019

Hi guys,

Currently, here is my situation:

My team has around 10 developers working side-by-side with clients from outside, and we are contact to each other using mostly Jira.

Is there any JQL that allow me the filter all the issues that the latest user update its status is one of the guys in my team?

status changed BY (list-team-members)

I have tried this JQL but it is not the latest user.

Sorry if I might cause some misunderstand, English is not my main language.

Thank you in advance.

2 answers

1 accepted

2 votes
Answer accepted
Olga Videc
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 26, 2019

Hello @Alexiel Tran 

You will need ScriptRunner for this

issueFunction in lastUpdated(" inGroup 'Your group name'")

OR if you user roles

issueFunction in lastUpdated('inRole Administrators')

OR by user

issueFunction in lastUpdated('by username')

https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_lastupdated

BR, Olga

Alexiel Tran June 26, 2019

Sorry for the late reply, and thank you for the solution. This one is able to solve my problem.

Like Olga Videc likes this
1 vote
PVS
Banned
June 26, 2019

Hi @Alexiel Tran 

 

Could You Please Use The  This Filter THis is Helps to you 

 

project = xxxx and updated > -1h

Suggest an answer

Log in or Sign up to answer