Hi!
I’m trying to create a custom field similar to the sprint field. The idea is to not be able to remove the old values from the field if a certain date has passed. Just like it is done in the sprint field, when the sprint is over you cannot erase the completed sprint.
I've created a field with SIL that converts an api request into an output list. Tell me how you can block the deletion of old values if a certain date has passed?
You can't do that as you've written it.
The best you can do is create a listener that picks up any change to the field, reads the current content and the new content, and sets the content back to what it was before the edit, if the edit has done something wrong.
This is complicated, clunky and will annoy your users (because you can't tell them what they've done wrong, you're arbitrarily dismissing their updates)
Why are you trying to do this? What problem are you trying to solve with this field?
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.