Forums

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

[JQL] How to know the latest user update issue

Alexiel Tran
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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
TAGS
AUG Leaders

Atlassian Community Events