I have:
- Story ( Level 0 )
- Sub-Tasks ( Level -1 )
I need when sub-task went status done, automation should display in parent story comment "Ready for Deployment [ Assigned person of parent story ]"
How can I display this: [ Assigned person of parent story ] ?
I tried use a smart value but i did something wrong ;(
Hi!
As I understand you want to mention assignee of a parent story in comment, try using this [~accountid:{{assignee.accountId}}]
If you want to put their name as text only, use {{assignee.displayName}}.
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.