Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

[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

I would like to send it all at once to teach a specific person among the registered members, but I think that the operation on WebUI is not efficient, so I think it can be done with API.
It was unlikely to be an old API document.
https://jazz.net/wiki/bin/view/Main/DraftTeamProcessRestApi

0 votes



One answer

Permanent link

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.

0 votes

Comments

Thank you for the explanation.

We use The DraftTeamProcessAPI to register many users at once, such as when creating a successor project area.
I want to send an invitation email at this time.
If it's your first registration, you can just resend it to everyone from WebUI, so it's easy.
If a similar task occurs after the second time, it takes a considerable amount of time, which is an internal challenge.

InternalAPI. Tracing WebUI operations means you have to deal with the confirmation pop-up dialog for outgoing mail.
When it comes to parts that can only be completed with a browser and human interaction, scraping XML seems impossible.

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.

I know that the Java EWM SDK can be used to send e-mails - see https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/ , but I am not aware of a public web based API to do that.

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,937

Question asked: Apr 28 '23, 2:59 a.m.

Question was seen: 1,202 times

Last updated: May 08 '23, 2:53 a.m.

Related questions
Confirmation Cancel Confirm