[Feature-8138][Task] add at@ msg in the dingtalk task plugin#8139
[Feature-8138][Task] add at@ msg in the dingtalk task plugin#8139zhongjiajie merged 4 commits intoapache:devfrom
Conversation
| InputParam atUserIdsParam = InputParam | ||
| .newBuilder(DingTalkParamsConstants.NAME_DING_TALK_AT_USERIDS, DingTalkParamsConstants.DING_TALK_AT_USERIDS) | ||
| .addValidate(Validate.newBuilder() | ||
| .setRequired(false) | ||
| .build()) | ||
| .build(); |
There was a problem hiding this comment.
Does mention users by id work for dingtalk now?
There was a problem hiding this comment.
The document provided by the official website has this field
https://open.dingtalk.com/document/robots/custom-robot-access
I tested the mobile phone number, but I didn't find out what the userId of DingTalk is, so I didn't test the userId
|
BTW, could you please add document to dingtalk alert ? |
I'll update the DingTalk alert document right away. |
Codecov Report
@@ Coverage Diff @@
## dev #8139 +/- ##
============================================
+ Coverage 41.43% 41.47% +0.04%
+ Complexity 3735 3734 -1
============================================
Files 637 637
Lines 27141 27176 +35
Branches 3089 3092 +3
============================================
+ Hits 11246 11272 +26
- Misses 14811 14815 +4
- Partials 1084 1089 +5
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed! |
|
Please add doc in the same level of https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/alert/enterprise-wechat.html if you have time, thanks |








Purpose of the pull request
this pr close #8138
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows: