I want to assign a ticket to the person who
I would like to assign the ticket by automation to the person who has set the status from „QS DEV“ to „Ready to Test“ in the past. I have the approach from the screenshot, but unfortunately it doesn't work.
{ "fields": { "assignee": { "id": "{{#changelog.status}}{{#if(e.toString == 'QS DEV')}}{{initiator.accountId}}{{/}}{{/}}" } } }
hello,
Welcome to community :)
YOu can try below and also have another condition to check assignee is empty if required
Thank You,
Prachi
Hello @Florian Aichhorn
Instead of modifying via the 'Edit' action, you can use the 'Assign Issue' action with the person who triggered the event . LMore faster and no need working with smartvalue and regex
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.