Hello,
i want to create some automation rules. I need the Smart Value Code which give me the User who made the latest change to a custom field in a story. Can somebody help me please?
Hi Burt - Welcome to the Atlassian Community!
You can use {{issue.initiator.displayName}} to see the name of the person who initiated the change.
Hi John,
thanks for your answer. This is Not exactly what i am looking for.
the Automation triggers on Event A, then the Story should be assigned to Person A which made the latest Change on Custom Field A. Custom Field A is not changed in this automation. Do you understand what i mean?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Burt Macklin I think it is exactly what you meant. The trigger will fire on each update. So the smart value for the initiator that @John Funk posted will have the relevant user.
This user can then be assigned to a field e.g. the assignee. Probably {{issue.initiator}} should be sufficiant.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need a rule to capture the initiator when Custom Field A when it changes. You can store this in a custom field that is not on the screen. Then use the value of this field to update the Assignee.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
thanks for the information! I dont know that you can define custom fields which are invisible. That will fix my problem i guess!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
I created a field and hid it. However, the automation can only access the field’s value when it is not hidden. As soon as it is no longer visible, the automation cannot find the value. Can you help me?
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.