Hi,
We have a number type custom field (10701) that represents days and would like the original estimate field to be updated when this custom field is edited.
I've tried using the 'Set value' operations, but I can't get they to work.
Please can anyone tell me if there is something wrong with the way I have structured the following scripts:
{{triggerissue.CustomField_10701}}
or
{{triggerissue.CustomField_10701}}d
or
{{issue.CustomField_10701}}d
or
{{issue.CustomField_10701}}
or
{ "fields": { "timetracking": { "originalEstimate": " {{triggerissue.CustomField_10701}}d"} } }
Fails:
What kind of field is this? Is this a text? If yes then you have to convert it to a number and then use the smart value formula. I would use something like the following:
{{issue.fields.CustomField_10701.asNumber}}d
Try the above and let me know if that works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this a Number Field
The checkbox "Allow rule trigger" helped me
Thanks)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.