JIRA Scriptrunner LastUpdated function

AMIT GULATI 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

Suggest an answer

Log in or Sign up to answer
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 Leaders.
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