Hello,
I'm trying to setup a ConfiForm scenario where:
As a User, I select an option from a drop-down selection list.
As a Developer, I want to use the selected option to define the Due Date that should be assigned to the Jira Issue that will be created when the form is submitted.
The example below of what Due Dates I'd like to apply depending on which of the three selections is used from a User:
Hi
Take a look at this example in our wiki - https://wiki.vertuna.com/display/TEST/Using+ConfiForms+Field+Definition+Rule+to+set+the+date+to+15+days+after+the+date+the+user+has+selected
Basically you will need 3 rules for each option (with conditions set to execute for each option) and add to a due date field something like (for 2 days)
myduedatefield=([entry._now] + 2*86400000)
Alex
Thanks for the information Alex, I'll run a test of this in my space this next week to hopefully create a successful form.
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.