添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
想旅行的显示器  ·  Ggplot Statistical ...·  2 天前    · 
谦逊的电脑桌  ·  Training & evaluation ...·  2 周前    · 
粗眉毛的作业本  ·  GitHub - ...·  4 周前    · 
八块腹肌的黄瓜  ·  基于Python的 ...·  2 月前    · 
Create
cancel
Showing results for
Search instead for
Sign up Log in

I have an automation that checks for updates on a series of fields. I would like to append the initiator of the field changes to a multi-select user picker called Transport Approvers.

I wanted to use this Transport Approvers field to capture all users who initiate the field changes.  However when I run the automation, and test with different users, I can only write over the previous user in the Transport Approvers multi-select field only allows me to write over the previous value, not append an additional one to the field.

Is there a way this can be done? Thanks in advance.

Screen Shot 2022-04-07 at 7.28.30 AM.png

Using the advanced option, I added this code snippet and it works perfectly:

{
    "update": {
        "MultiUserPicker": [{
                "add": {"accountId":"{{initiator.accountId}}"}
}

Where "MultiUserPicker" is the name of my field.

This doesn't work for me. I have a multi-user field called "Contributors".

Screenshot 2023-03-28 141418.png

My json is identical to yours:

{
"update": {
"Contributors" : [{
"add": {"accountId":"{{initiator.accountId}}"}
}]
}
}

but I get this error

Additional fields contains invalid field(s) in 'update' or 'fields' section: Contributors

Any ideas on what am I doing wrong?

KR, Ilia

AUG Leaders

Atlassian Community Events