The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

JIRA Scriptrunner LastUpdated function

AMIT GULATI
Contributor
July 11, 2018

The documentation of LastUpdated says that it can have action on state changes as well. Any idea how to use this action to check the date when an issue was moved to particular state e.g. In Progress?

 

issueFunction in lastUpdated('inRole Administrators')

Last updated comprises the following actions:

  • edits

  • state changes

  • adding/removing links, labels etc

  • commenting

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Erik Buchholz
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 Champions.
April 1, 2020

The JQL function LastUpdated searches issues that where last updated by people with name, in a group or in a role.

To find issues that were transitioned by anyone this JQL function is not needed.

status CHANGED TO 'In Progress' BEFORE endOfMonth(-1M) AFTER startOfMonth(-1M)

 Please mention that this change is not necessary the last change.

0 votes
Anbu Selvan
April 16, 2019

Getting issue while using the below query

 issueFunction in lastUpdated("by arichter before startOfMonth()")

TAGS
AUG Leaders

Atlassian Community Events