Forums

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

Is it possible to find issues by using jql with 'worklogDate' in next-gen project?

Piotr Bogacz
Contributor
December 4, 2019

I created next-gen project, added some issues and logged hours to them

I tried to find the issues by using this jql:

worklogDate >= "2019-11-01" AND worklogDate < "2019-12-05"

but it did not return my issues with logged hours (list of results was empty)

 

Does it mean that worklogDate is not supported in next-gen projects?

 

I found this bug: https://jira.atlassian.com/browse/JRACLOUD-73492

If you are encountering problems searching for issues in JQL using the worklogDate, you can add the time tracking field to the issue type and the issues will then appear in JQL.

1 answer

0 votes
Luther Hargrove
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.
July 10, 2014

You could use javascript to do an alert('Security declaration') that would let them click ok on it before they would be able to save the edit/create the issue. You can post javascript in the description of custom fields and it will excecute whenever that field is displayed.

Emily Howell
July 14, 2014

Thank you, I shall look into javascript.

Emily Howell
July 15, 2014

Luther - are you aware of javascript no longer being supported for custom fields from 6.2.x onwards (I have seen some other comments elswhere about this and not entirely sure of the impact)? Also, do you use an addon to support your use of javascript, such as ScriptRunner?

Suggest an answer

Log in or Sign up to answer