I am facing timezone problem with the Dashboard data. I want to make my JQL timezone independent. Best workaround i found is to make JQL user dependent. How can i run a saved filter as a specific user.
Hi Abhishek.
I don’t know what the exact problem is with the time zones. However there ist no way to run a filter as a different user. The dashboard is shown under the context of the users who is currently logged in. Maybe you can use relative time filters. Something like
created >= -12h
This should give you all issues from the last 12 hours. This is a fixed timespan relative to now. No matter where you or your users are.
I have to use queries like this "End Time" >= startOfWeek(-2) AND "End Time" < startOfWeek(-1) which is giving different result for different user as there is 12 hrs time gap. I wanted to build custom JQL Function using plugin development which can take two arguments 1. user 2. SavedFilter which will make whole JQL user independent.
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.