JQL how to order by date of assignment

Oleg Dudkin
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!
January 10, 2019

I need something like this:

assignee = currentUser() ORDER BY "date/time it was assigned to me" DESC

Is this possible? 

2 answers

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
January 10, 2019

Hello,

You can not order by the assignment data.

Oleg Dudkin
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!
January 10, 2019

Maybe you know anything close enough to this?

Like Vishal Chaudhary likes this
0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 10, 2019

Hello Oleg,

You could use a date and time custom field to receive the current time when your issue is assigned, however, to trigger this action when an issue is assigned, you would need a plugin.

I would use Automation for JIRA and configure the following rule:

Screen Shot 2019-01-10 at 14.53.22.png

P.S: In my case, I used the Due Date to execute the rule, but it would work with any date/time custom field too.

Please, let me know if it works for you.

Suggest an answer

Log in or Sign up to answer