mohitbagra / vsts-extensions

Repo holding all my VSTS extensions
MIT License
46 stars 30 forks source link

( @fieldValue=Completed Work / @fieldValue=Original Estimate) * 100 #49

Open achaychi opened 5 years ago

achaychi commented 5 years ago

Hi,

Im trying to create this formula as my action in a custom field, this works fine with no issue: @fieldValue=Completed Work

this is what I want: ( @fieldValue=Completed Work / @fieldValue=Original Estimate) * 100

Please help!

mohitbagra commented 5 years ago

Mathematical operations are not possible right now. So unfortunately you cant do this

Vijay-Nirmal commented 5 years ago

Any update?

puremcc commented 4 years ago

Similarly, support string concatenation with macros would be greatly desired, e.g. Title: New screen for @fieldvalue=Custom.CustomerName

brannon-zahand commented 4 years ago

Just checking to see if there are any plans to add basic math capabilities? e.g. "@fieldvalue+1"

jay845 commented 4 years ago

+1 this would be a lifesaver.