Hi Jira experts,
I'm configuring the workflow to improve team efficiency. Do you know how to get the value from a specified transition screen? I want to popup error/warning message when team member is trying to set an unreansonable value.
Thanks.
How do you define an unreasonable value? I wonder if the right approach is to construct the field to reasonable values. You can have a transition screen that pops up at the moment of transition that requires certain input. And you could have a validator on that transition that will require input.
As I understand, "requires certain input" means you must set several specified fields in the screen, right? But how about the filled values? For example, it's unreasonable for one task end at 2000/01/01 as we are in 2021 now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Apple
if the requirement is specifically for dates you can work with a "validator" in a workflow, there especially a"Date Compare Validator"
This kind of validator is included in Jira Cloud Free plan - for more complex validators you will be needing an App which is available from Marketplace.
Example: The above shown validator definition makes sure the due date is greater than the current date/time.
You can learn more about Validators here - please note they only apply to company-managed projects:
Regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Daniel Ebers
I have tried Validator before and it's helpful to resolve some issues. But I still have no idea about below scenario, as you see, it's a workflow screen for Done transition, Time Spent 1000w is obvious unreasonable.
I tried Validator also but failed to get the filled value 1000w. Do you have any idea? I want to trigger error message when user click on the button Done.
Thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finally it will boil down to the approach I showed earlier - if this does not work a separate App might be the way to go.
There will be also a distinction between wrong value (for example) in comparison to a likely too great value. Am I right you consider 1000w as a to great value (because technically/basically) this is fine.
If so, you probably would need to specify more complex rules on which amounts of time are allowed and not (seemingly 1000w are are to great range).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.