How to get the date when issue was Assigned to a person through JQL

shruti April 19, 2017

By JQL I want to know the date when the issue was assigned to a particular person

2 answers

0 votes
Jobin Kuruvilla [Adaptavist]
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 19, 2017

You need to capture that date in a custom field if you want to pull it into the search results. Since you are looking at the date when the issue is assigned, you will have to listen on the "Issue Assigned" event in a plugin. 

Date of workflow transitions would have been easier since there are plugins that can set the current date on a custom field during workflow transitions.

0 votes
Thomas Schlegel
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 19, 2017

JQL is no SQL, you can't query a date, just a list of issues.

Suggest an answer

Log in or Sign up to answer