Hallo,
ich benötige einen Automation welche den Benutzer nach einer Zeit fragt, einen Vorgang anlegt und diese Zeit dann ins Worklog einträgt. Ich finde aber keine Möglichkeit das über die Felder zu lösen. Gibt es noch eine andere Möglichkeit?
What have you tried thus far to solve this?
If you have an automation rule that is not working as expected, context is important for the community to help. Please post the following:
If you have not created a rule yet, I encourage you to try to do so. To get you started, your rule could use a Manual Trigger, requesting an input value from the person running the rule. Then rule actions may be used to create the work item and log the work item or set the original estimate.
Please see this documentation to help you get started:
Kind regards,
Bill
Das ist die Automation bisher. Allerdings habe ich das Problem, dass die Zeit dann immer auf den auslösenden Vorgang protokolliert wird, statt auf den gerade erzeugten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information, @Martin Hirsch
When you create a work item in the rule, and then want to access it for updates, the rule needs to branch to it first:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Branch is working. Thanks to all :)
But another little problem: My smartValue is in hours and if i log work, there are minutes. How can i change this? My resolution doesnt work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First, when your question is resolved, please remember to "accept" the answer. That will help people with a similar need find solutions faster. Thanks!
Next, please try adding the units of measure for minutes to the end of that expression:
{{userInputs.issueTimespent.multiply(60)}}m
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.