You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi everyone, the time estimate in Jira for the issues is causing us some issue because in the Database the column timeestimate is an Integer so it only takes values up to 2,147,483,647 but someone put 99999h as a time estimate (max you can put for an issue) and when it's being converted to seconds it is 3,599,999,640 so it's more than the max Integer value. Now I want to just check for user Input on jira once someone exceeds that integer limit it should give a warning. How do i proceed?
Thank you guys
while I am not sure if I can follow the part for the integer (as it was possible to put in more than the mentioned 99999h in a Cloud instance as well as on a Jira server - haven't had a look into the Jira server's database though):
... the general request for a sanity check could likely be addressed by a validator.
Remembering a good discussion over here could help you getting a first idea:
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.