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
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.