How can I write jql filter which showing closed tasks after a specific hh:mm (time without date)
Used everywere date or date + time
I want to see which tasks are completed outside business time
Hi @Александр Киселев and welcome to the community,
To my knowledge you can't do that using plain JQL. Scriptrunner would be my choice to achieve this, but there could be a high chance of identifying these issues using the JQL of Jira automation and by using smart values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the scriptrunner, no I don't have something ready to provide. But you can check on the adaptavist library for anything related. For the smart values you can always check the date and time section. Especially the date format {{[date].[dateformat]}}, can provide info only about time, e.g. mediumTime, longTime or fullTime.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use the following format: "yyyy/MM/dd HH:mm" or "yyyy-MM-dd HH:mm" and specify the date and time you want to filter for. Be sure to use quote-marks ("); if you omit the quote-marks, the number you supply will be interpreted as milliseconds after epoch (1970-1-1).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply, but unfortunately you answered on not my question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.