马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
{ "msg_type": "interactive", "card": { "elements": [{ "tag": "div", "text": { "content": "**🔄 新的合并请求待审核**\n\n**发起人:** {{user.name}}\n**审核人:** {{assignees[0].name}}\n**源分支:** {{object_attributes.source_branch}}\n**目标分支:** {{object_attributes.target_branch}}\n**状态:** {{object_attributes.state}}", "tag": "lark_md" } }, { "actions": [{ "tag": "button", "text": { "content": "查看合并请求", "tag": "plain_text" }, "type": "primary", "multi_url": { "url": "{{object_attributes.url}}" } }], "tag": "action" }], "header": { "title": { "content": "合并请求通知 #{{object_attributes.iid}}", "tag": "plain_text" } } } }
这里的发起人 我配置成 {{user.name}}这个变量 审核人 我配置成 {{assignees[0].name}} 这个字段发现 审核人 为空

|