You're enrolled in our new beta rewards program. Join our group to get the inside scoop and share your feedback.
Join groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Is it possible to apply filter in Confiform Datetime Interval? Say display list of upcoming events for the next 7 days? I can do it using Date and Datetime field but I tried in Datetime Interval but it is not working. I am not sure if its feasible. Thank you.
DateTime interval has 2 dates for start and end. See more on https://wiki.vertuna.com/display/CONFIFORMS/Accessing+field+values+and+properties
Depending on what you want to filter on you can do something like
myDateTimeField.startDate:>=([entry._now]) AND myDateTimeField.startDate:<=([entry._now]+604800000)
where
604800000 = 7 (days) * 86400000 (milliseconds per day)
Alternatively the filter can use [today] shortcut and so something like
myDateTimeField.startDate:>=([entry._now]) AND myDateTimeField.startDate:<=([today]+7)
Atlassian's marketplace partners have had a very productive start to 2021! Since our last roundup, our developer community has added over 160 new cloud apps to the Atlassian Marketplace to help you...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.