[RTC EWM DNG RQM]Can I send an invitation email for PROJECTAREA or TEAMAREA? Use API
Can I send an invitation email for PROJECTAREA or TEAMAREA? Use API
|
One answer
Ralph Schoon (63.4k●3●36●46)
| answered Apr 28 '23, 4:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 28 '23, 4:36 a.m. The DraftTeamProcessAPI is, as far as I am aware, to maintain the process configuration for project and team areas and not to send invitations. I am not aware of a public REST API for this.
In what context would such an automation run?
For EWM, there is some hint in com.ibm.team.process.internal.client.ProcessClientService.getTeamInvitation(String, String, String[]) . This is an internal API.
The Web UI uses an internal API to create the team invitation. As it is an internal API, it is not documented. You can understand how it works by looking at the browser to server communication.
Comments
HIROAKI JOSAKO
commented May 08 '23, 12:34 a.m.
Thank you for the explanation.
Since you are running an external application, I would suggest you use a public E-mail API to create and send the E-Mail to your e-mail server. You can control the content of the mail and the recipients.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.