Degraded performance Customers may experience intermittent errors using Community search. Our platform vendor is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I have a custom field to calculate the age of an issue using a SIL script. The script is
if (isNotNull(resolutionDate)) { return resolutionDate - created; } else { return currentDate() - created; }
The calculation works fine, but when i try to order by age in filters, the ordering does not seem to work. I am using the interval range searcher, but have tried the exact interval searcher as well (with a reindex) but it still won;t order properly.
Any ideas as to how to make the ordering work?
thanks in advance,
issue gets a new Age value on update. Suppose you've created issue A a day before yesterday. its Age was calculated a day before yesterday, i.e. Age =0 days.
Yesterday you've created another issue B. And you've updated it today. Its Age was calculated today and Age =1 day for the issue B.
if you'll update all issues in one go, then you'll get more or less reliable Age values.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreAs a Jira power user, I was at first doubtful that Trello could benefit my workflow. Jira already uses boards (ones you can customize!), so why would I even need to use Trello?! In this post you will...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.