-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
Component/s: Rule - Smart Values
-
Minor
Issue Summary
We have a manual trigger rule, where we are using the input field text field using the help of a smart value to convert it to a date field. The due date on the issue created by the smart value userInputs.convert.toDate("yyyyMMdd") is always returning a constant value which is dec 7 2023.
Steps to Reproduce
- Create a rule as shown in the snapshots below.
- Step 2
add a component to create an issue with the due date set to the smart value.
Run the manual trigger on an issue . The input comes up with the Due date set to dec 7 2023 always when the input value is different.
Expected Results
Audit log shows the below
Actual Results
It should be the correct date that was given which should be reflecting in the due date field.
Workaround
No workaround