Hello All,
Currently in the validation section of the workflow there is flexibility to check whether a field is present or not and only then execute the workflow transition. But what I am looking for is a similar condition in the conditions section wherein the workflow transition button is invisible if suppose a custom date field isn't present.
Show hide workflow transition based on Fields required.
Thanks,
Tarun
You can use JIRA Suite Utilities plugin for this (Condition "Value Field").
Henning
I have the plugin, can you tell me how do I use it for a custom user picker/custom date, i just need to check that these fields are filled, the plugin has string check would != null somethin' like that work in the plugin?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Simply use an empty field and != as operator. The description after adding the condition should reflect that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
done. thanks :) (too bad the plugin doesn't have support for custom date field but custom user picker null check also did the trick :))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.